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

Changelog

gedit-latex-plugin (3.3.1-1) unstable; urgency=low

  * new upstream version (moving to gedit 3) (Closes: #635119)
 -- Andrea Gasparini <email address hidden>   Tue, 04 Oct 2011 21:00:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gedit-latex-plugin_3.3.1.orig.tar.bz2 476.9 KiB 0107fe572b37966e91e84d997deb03975dd1af2e9856bc9fa94367f906616863
gedit-latex-plugin_3.3.1-1.debian.tar.gz 3.9 KiB 1c81362e966510bb2b076c7b2ccf8712201a1c7955dbdf474d466ef50cd432d0
gedit-latex-plugin_3.3.1-1.dsc 1.3 KiB 069818ed9049e615090dc66dadd1ae766080ab5adc5240e2ed1a4c299960ab45

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.