Editor supportati

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. Copiare il file evince_dbus.py in una cartella all'interno del proprio PATH e assegnare ad esso il permesso +x.

  2. Modificare il proprio file ~/.vimrc aggiungendo le seguenti righe.

    let g:Tex_ViewRule_pdf = 'evince_dbus.py'
    let g:Tex_DefaultTargetFormat = 'pdf'
    let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'
  3. Ora è possibile usare la ricerca in avanti da vim-latex, digitando \ls. La ricerca all'indietro non è ancora supportata.