Editores suportados

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. Copie o evince_dbus.py para algum diretório em sua pasta pessoal e lhe atribua permissões de execução.

  2. Adicione as seguintes linhas em seu arquivo ~/.vimrc.

    let g:Tex_ViewRule_pdf = 'evince_dbus.py'
    let g:Tex_DefaultTargetFormat = 'pdf'
    let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'
  3. Agora é possível usar a pesquisa para frente no vim-latex digitando \ls. A pesquisa para trás ainda não é suportada.