Understøttede redigeringsprogrammer
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:
Kopiér evince_dbus.py til en mappe i din sti og giv den +x-tilladelser.
-
Rediger din ~/.vimrc-fil og tilføj følgende linjer.
let g:Tex_ViewRule_pdf = 'evince_dbus.py' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*' Nu kan du bruge forlæns søgning fra vim-latex ved at skrive \ls. Baglæns søgning er endnu ikke understøttet.