gedit-latex-plugin 3.4.1-1 source package in Ubuntu

Changelog

gedit-latex-plugin (3.4.1-1) quantal; urgency=low

  * new upstream version (bugfixes only) (LP: #957924)
  * debian/control:
    + added Enhance field (Closes: #685291)
    + added python-poppler depends. (LP: #1015035)
 -- Andrea Gasparini <email address hidden>   Sun, 02 Sep 2012 15:26:25 +0200

Upload details

Uploaded by:
Andrea Gasparini
Uploaded to:
Quantal
Original maintainer:
Andrea Gasparini
Architectures:
all
Section:
gnome
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gedit-latex-plugin_3.4.1.orig.tar.xz 414.5 KiB 4c27f6dd5f86c71515a918076d029eb62be7e410f3b7465c5dab25d4584bd6bf
gedit-latex-plugin_3.4.1-1.debian.tar.gz 4.3 KiB 3c2261f73a9e32fdd65ea69f36c24e8204db408fbf83f2fcb8f1abd128fb73c1
gedit-latex-plugin_3.4.1-1.dsc 1.3 KiB 1c469a4d8c1de28243734e42f6ac972c9237d481270b6ac15afcb40b678bbfd2

Available diffs

View changes file

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.