Υποστηριζόμενοι επεξεργαστές

gedit

Aναζήτηση προς τα εμπρός (από gedit στην προβολή εγγράφων) και Αναζήτηση προς τα πίσω (από την προβολή εγγράφων σε gedit) υποστηρίζονται και οι δυο.

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 the document viewer you need to follow the next steps:

  1. Copy the evince_dbus.py to some directory in your path and give it +x permissions.

  2. 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 $*'
  3. Τώρα μπορείτε να χρησιμοποιήσετε την αναζήτηση προς τα εμπρός από το vim-latex πληκτρολογώντας \ls. Η αναζήτηση προς τα πίσω δεν υποστηρίζεται ακόμα.