Penyunting yang didukung
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:
Salin evince_dbus.py ke salah satu direktori pada path Anda dan berikan hak akses +x.
-
Ubah berkas ~/.vimrc Anda dan tambahkan baris-baris berikut.
let g:Tex_ViewRule_pdf = 'evince_dbus.py' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*' Kini Anda dapat memakai Pencarian maju dari vim-latex dengan mengetikkan \ls. Pencarian mundur belum didukung.