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 the document viewer you need to follow the next steps:
Copy the evince_dbus.py to some directory in your path and give it +x permissions.
Modify your ~/.vimrc file and add the following lines.
let g:Tex_ViewRule_pdf = 'evince_dbus.py' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'
现在您可以在 vim-latex 中通过键入 \ls 来使用向前搜索。向后搜索目前还没有被支持。
想要评论?发现了一个错误?发现使用说明让人糊涂? 对此页面发送反馈。