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

Creative Commons Share Alike 3.0

Vincent Renardias vincent@ldsol.com 1998-2000. Joaquim Fellmann joaquim@hrnet.fr 2000. Christophe Merlet redfox@redfoxcenter.org 2000-2006. Christophe Fergeau teuf@users.sourceforge.net 2002-2003. Sun G11n gnome_int_l10n@ireland.sun.com 2002. Robert-André Mauchin zebob.m@pengzone.org 2006-2008. Stéphane Raimbault stephane.raimbault@gmail.com 2007. Yannick Tailliez ytdispatch-libre@yahoo.com 2008. Claude Paroz claude@2xlibre.net 2008-2010. Gérard Baylard gerard dot b at bbox dot fr 2010
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.