Skip to content

Mortal/evince-synctex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SyncTeX backwards search

To install: pip3 install --user https://github.com/Mortal/evince-synctex/archive/master.zip

Example: evince_synctex.py -v file.pdf -- gvim %f +%l

Launches Evince to file.pdf. If the LaTeX source was compiled with --synctex=1, then you can Ctrl-Click a word in Evince to launch GVim to the corresponding line in the source.

You can pass a TeX source file to -s (--build-source) to run latexmk --synctex=1 -pvc -view=none -pdf on the source file, that is, to continuously build the source file in the background.

Tip: If you want to run Vim in the terminal, continuously build the source file, and center the line in the Vim window when Vim is launched, use evince_synctex.py -s file.tex -v file.pdf -- gnome-terminal --window -- vim %f +%l +'norm zz', or simply run the included helper latexedit file.tex.

Based on gauteh/vim-evince-synctex.

About

SyncTeX backward search in Evince

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%