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:

  1. Copieu l'script evince_dbus.py a algun directori que estigui al vostre camí i doneu-li permisos +x.

  2. 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 $*'
  3. Ara ja podeu fer servir la cerca cap endavant amb el vim-latex si teclegeu \ls. La cerca cap enrere encara no està implementada.