X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=help%2FC%2Fsynctex-editors.page;h=3033a509ce6f843168996e7485ec7c08eefd5d12;hb=8832b1004e86b6a4aee4798d8cc2a40f0291cb65;hp=5aec25eb892ffd728d722f680512b195a5ae5cd7;hpb=bfc04fde15578ac1267da835a7f2016a9b8359e6;p=evince.git diff --git a/help/C/synctex-editors.page b/help/C/synctex-editors.page index 5aec25eb..3033a509 100644 --- a/help/C/synctex-editors.page +++ b/help/C/synctex-editors.page @@ -3,13 +3,13 @@ id="synctex-editors"> - + Which editor can you use to edit your TEX file? Tiffany Antopolski - tiffany.antopolski@com + tiffany@antopolski.com

Creative Commons Share Alike 3.0

@@ -18,8 +18,41 @@
Supported Editors + +
<app>Gedit</app>

+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:

+ + +

+ 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 $*' + +
+ +

+ Now you can use Forward search from vim-latex by typing \ls. Backward search is not yet supported. +

+
+
+