gedit-latex-plugin 3.20.0-2 source package in Ubuntu

Changelog

gedit-latex-plugin (3.20.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * d/control: Set Vcs-* to salsa.debian.org
  * Remove debian/pycompat, it's not used by any modern Python helper

 -- Pietro Battiston <email address hidden>  Sat, 13 Feb 2021 10:52:00 +0200

Upload details

Uploaded by:
Pietro Battiston
Uploaded to:
Sid
Original maintainer:
Pietro Battiston
Architectures:
all
Section:
gnome
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe gnome
Noble release universe gnome
Mantic release universe gnome
Lunar release universe gnome
Jammy release universe gnome

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gedit-latex-plugin_3.20.0-2.dsc 2.0 KiB 3412f1d83f53951b7520c40841d2ee6c087b327b5fceb11fe5ceb90d3b838801
gedit-latex-plugin_3.20.0.orig.tar.gz 668.8 KiB 2e8512aaf3569651f717e18be08d52b6c67d8a76fb4cd2c2f4efb0c86b65f74c
gedit-latex-plugin_3.20.0-2.debian.tar.xz 7.0 KiB be6840e20b08d8a0040e787ac54e2f46fdb9cb7b8f6861c5216cc490949e8948

Available diffs

No changes file available.

Binary packages built by this source

gedit-latex-plugin: 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.