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

Changelog

gedit-latex-plugin (46.2.2-1) unstable; urgency=medium

  * Removed obsolete patches
  * New upstream version 46.2.2 (Closes: #998462, #1074692)
  * Updated debian/compat to 10
  * Adapted debian/rules and debian/control to meson
  * Updated debhelper version in Build-Depends

 -- Pietro Battiston <email address hidden>  Mon, 22 Jul 2024 16:00:01 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gedit-latex-plugin_46.2.2-1.dsc 2.1 KiB f1195c6878ecffc0e319431b8962d47fbddce82c3c1afb9f17d6b9b977231314
gedit-latex-plugin_46.2.2.orig.tar.xz 245.6 KiB be8371dbd6a844ef34fdaaa932dc8b9a00f1af207d8d355f9fa729dbb80154e1
gedit-latex-plugin_46.2.2-1.debian.tar.xz 5.1 KiB 64a93248569bdb7d5461bd567e0df6129d83b5ebe4a0149535a952e76aadd7e4

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.