Which editor can you use to edit your TEX file? Tiffany Antopolski tiffany@antopolski.com

Creative Commons Share Alike 3.0

Ilmar Kerm ikerm hot ee 2001, 2002. Tõivo Leedjärv toivo linux ee 2002, 2003. Priit Laes plaes plaes org 2004–2006, 2008, 2009 Ivar Smolin okul linux ee 2005–2010, 2014–2015, 2018.
Supported editors
<app>pluma</app>

Forward Search (from pluma to Atril) and Backward search (from Atril to pluma) are both supported.

Vim-latex

The pluma plugin contains a python script (atril_dbus.py) that can be used to get SyncTeX working with Vim. In order to use vim-latex together with Atril you need to follow the next steps:

Copy the atril_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 = 'atril_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.