Source: gedit-latex-plugin Section: gnome Priority: optional Maintainer: Pietro Battiston Uploaders: Andrea Gasparini Build-Depends: debhelper (>= 7.0.50~), libglib2.0-dev (>= 2.26.0), libgtk-3-dev (>= 3.0.12), intltool (>= 0.40), python3, dh-python Standards-Version: 3.9.8 Homepage: https://wiki.gnome.org/Apps/Gedit/LaTeXPlugin Vcs-Browser: https://salsa.debian.org/debian/gedit-latex-plugin Vcs-Git: https://salsa.debian.org/debian/gedit-latex-plugin.git Package: gedit-latex-plugin Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, gedit (>= 3.20), rubber, python3-dbus, python3-gi, libglib2.0-bin Recommends: texlive Enhances: gedit Description: gedit plugin for composing and compiling LaTeX documents This plugin assist you in a number of task: - Code Completion: if you type a prefix it shows you all matching commands and the structure and meaning of their arguments. If possible it shows options for the argument the cursor is in. - Assistants: there are several assistants for frequent tasks like creating the body of a new LaTeX file, inserting a graphics, inserting a table or a matrix, inserting source code listings, inserting BibTeX entries. - BibTeX Integration: an outline view is created for BibTeX files and the LaTeX completion is aware of bibliographies included per \bibliography and proposes their entries at the \cite command. BibTeX entries may be inserted with the help of a dialog. - Build System: The build system uses profiles like "PDF", "DVI" or "PostScript". Per default the plugin uses rubber for automated document compiling, but you may create your own profiles invoking the LaTeX command chain directly.