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

Creative Commons Share Alike 3.0

Fatih Demir kabalak@kabalak.net 2000. Görkem Çetin gorkem@gelecek.com.tr 2002/2003. Barış Çicek baris@teamforce.name.tr 2004, 2008, 2009. Muhammet Kara muhammet.k@gmail.com 2011. hsngrms dead-bodies-everywhere@hotmail.com 2012 Atilla Öntaş tarakbumba@gmail.com 2014 Emre FIRAT emrefirat93@gmail.com 2013, 2014, 2015
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.