gedit-latex-plugin 3.8.0-3build1 source package in Ubuntu

Changelog

gedit-latex-plugin (3.8.0-3build1) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <email address hidden>  Wed, 22 Jul 2015 17:04:59 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
gnome
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe gnome

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gedit-latex-plugin_3.8.0.orig.tar.gz 641.2 KiB 09d0dc43c05dded18b56afb97780311bb70304b887763d4e081f77d32a2a849b
gedit-latex-plugin_3.8.0-3build1.debian.tar.xz 28.7 KiB b092c3eb60dbd3d7547c89cd4983625078555ad1c50b9e02e7bf756acf3060a8
gedit-latex-plugin_3.8.0-3build1.dsc 2.1 KiB bb978f27f3884562eb7165ac0f1a0a3e5c1eff4e126e6952ea7105efabbc1cda

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.