auctex 12.2-1ubuntu1 source package in Ubuntu

Changelog

auctex (12.2-1ubuntu1) devel; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control:
      + Recommend xdg-utils.
      + Recommend evince (main) instead of xpdf (universe).
    - d/p/use-xdg-open.patch: use xdg-open instead of hard-coded 'xpdf'.
    - d/p/use-firefox.patch: use firefox instead of hard-coded 'netscape'.
  * Dropped changes:
    - Build-Depends on texlive-extra-utils (applied upstream).

 -- Lukas Märdian <email address hidden>  Tue, 20 Apr 2021 10:20:49 +0200

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
tex
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe tex
Lunar release universe tex
Jammy release universe tex

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
auctex_12.2.orig.tar.gz 1.1 MiB 4c0c4a3fb9b586d2310dccd3969c72310ac98575ffa6941faefb134650fab795
auctex_12.2-1ubuntu1.debian.tar.xz 54.0 KiB c3afd1e7704b1f564fe920f2073efa0520bd1e1b05d649cb1d2163cb8ba7e7c7
auctex_12.2-1ubuntu1.dsc 2.1 KiB 5f59f8c1833e35a905bb7f2305148ba61eb73013b8cca3ab8da38d60595b817b

Available diffs

View changes file

Binary packages built by this source

auctex: integrated document editing environment for TeX etc.

 AUCTeX is a comprehensive customizable integrated environment for writing
 input files for TeX/LaTeX/ConTeXt/Texinfo using GNU Emacs.
 .
 It supports processing source files by running TeX and related tools
 (such as output filters, post processors for generating indices and
 bibliographies, and viewers) from inside Emacs. AUCTeX allows browsing
 through the errors reported by TeX, while it moves the cursor directly to
 the reported error, and displays some documentation for that particular
 error. This will even work when the document is spread over several
 files.
 .
 AUCTeX can automatically indent LaTeX source, either line by line or for
 an entire document, and has a special outline feature which can greatly
 assist in getting an overview of a document.
 .
 AUCTeX is written entirely in Emacs Lisp, and may therefore be enhanced
 with new features for specific needs. It comes with a large range of
 handy Emacs macros. It is a GNU project, and documentation for all its
 features is accessible via the Emacs info browser.

preview-latex-style: extraction of elements from LaTeX documents as graphics

 The purpose of preview is the extraction of selected elements from a
 LaTeX source, like formulas or graphics, into separate pages of a DVI
 file. A flexible and convenient interface allows it to specify what
 commands and constructs should be extracted. This works with DVI files
 postprocessed by either Dvips and Ghostscript or dvipng, but it also
 works when using PDFTeX for generating PDF files.
 .
 Currently, preview.sty is used by preview-latex, the WYSIWYG component of
 the AUCTeX editing environment; for generation of previews in LyX; as
 part of the operation of the ps4pdf and pst-pdf LaTeX packages; by the
 tbook XML system and some other tools.