Editors compatibles
gedit
Forward Search (from gedit to Evince) and Backward search (from Evince to gedit) are both supported.
Vim-latex
The gedit plugin contains a python script (evince_dbus.py) that can be used to get SyncTeX working with Vim. In order to use vim-latex together with Evince you need to follow the next steps:
Copieu l'script evince_dbus.py a algun directori que estigui al vostre camí i doneu-li permisos +x.
-
Modifiqueu el vostre fitxer ~/.vimrc i afegiu les següents línies.
let g:Tex_ViewRule_pdf = 'evince_dbus.py' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*' Ara ja podeu fer servir la cerca cap endavant amb el vim-latex si teclegeu \ls. La cerca cap enrere encara no està implementada.