]> git.lyx.org Git - lyx.git/commit
Scripts for connecting LyX with evince for backward/forward search
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 18 Jul 2017 17:08:44 +0000 (19:08 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 18 Jul 2017 17:08:44 +0000 (19:08 +0200)
commite79782c4ccd691baab458ebaab7875458f42f981
tree2f956825479414fe8a7c93bc083fbd9dcf920f20
parent5078448111b2c2dfb39eb5fdfc1d5857053afcaf
Scripts for connecting LyX with evince for backward/forward search

The scripts have been initially developed by Benjamin Kellermann (2011)
as a derivation of gedit-synctex-plugin by José Aliste
(https://github.com/jaliste/gedit-synctex-plugin, 2010) and published on
https://ubuntuforums.org/showthread.php?t=1716268.

The work here is based on a further derivation of this work for Sublime
Text LaTeX Tools
(https://github.com/SublimeText/LaTeXTools/tree/master/evince).

Adaptations for the use with LyX as well as the initial translation of
the evince_sync bash script to python have been done by myself.

The python code (particularly evince_sync_lyx) needs audit!
3rdparty/evince_sync/README [new file with mode: 0644]
3rdparty/evince_sync/evince_backward_search [new file with mode: 0755]
3rdparty/evince_sync/evince_forward_search [new file with mode: 0755]
3rdparty/evince_sync/evince_sync_lyx [new file with mode: 0755]