Éditeurs pris en charge

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. Copiez le fichier evince_dbus.py dans un répertoire contenu dans votre variable d’environnement PATH et donnez-lui les permissions +x.

  2. Modifiez votre fichier ~/.vimrc et ajoutez les lignes suivantes :

    let g:Tex_ViewRule_pdf = 'evince_dbus.py'
    let g:Tex_DefaultTargetFormat = 'pdf'
    let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'
  3. Vous pouvez maintenant utiliser Recherche en avant à partir de vim-latex en saisissant \ls. La recherche en arrière n’est pas encore prise en charge.