File: control

package info (click to toggle)
gedit-latex-plugin 46.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,876 kB
  • sloc: python: 6,980; xml: 1,962; perl: 260; makefile: 11
file content (36 lines) | stat: -rw-r--r-- 1,807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: gedit-latex-plugin
Section: gnome
Priority: optional
Maintainer: Pietro Battiston <me@pietrobattiston.it>
Uploaders: Andrea Gasparini <gaspa@yattaweb.it>
Build-Depends: debhelper (>= 13.11.4), libglib2.0-dev (>= 2.26.0),
  libgtk-3-dev (>= 3.0.12), intltool (>= 0.40), python3, dh-python, meson,
  libpeas-dev, gedit-dev
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.