auctex 13.2-1 source package in Ubuntu

Changelog

auctex (13.2-1) unstable; urgency=medium

  * [3c41e87] New upstream release 13.2
    Thanks to Amr Ibrahim, AlMa, Janusz S. Bień, Xiyue Deng, Marcelo Laia, Hilmar Preusse
    (Closes: #1028238, #1040484, #1042874, #1043257, #1053161, #1056160)
  * [4db638b] debian/patches: Remove upstream merged, rebase.
    Thanks to Xiyue Deng
  * [1bb5677] debian/patches: Add Use UTF-8, renumber.
    Thanks to lintian
  * [daf33b7] debian/{patches,rules}: Set timestamps to reproducible build.
    Thanks to Vagrant Cascadian (Closes: #990300)
  * [0fe85cf] debian/auctex.NEWS: Update for upstream releases from 11.92 to 12.2
  * [4599742] debian/auctex.NEWS: Update for upstream releases from 12.3 to 13.2
  * [a5fb566] debian/control (Build-Depends-Indep): Update debhelper compat level
  * [a0a3448] debian/control (Description): Remove no more needed XEmacs reference
  * [49e2340] debian/control: Remove constraints unnecessary since buster.
    Thanks to The Debian Janitor
  * [20df982] debian/control (Standards-Version): Upgrade to 4.6.2.
  * [82ac517] debian/control (Build-Depends-Indep): Add texlive-latex-recommended
  * [d00ad14] debian/control (Homepage): Use secure URI
  * [becd0da] debian/auctex.emacsen-install: Be verbose while byte compiling
  * [096b158] debian/auctex.{postinst,postrm,preinst}: Remove ancient cleanup code
  * [e87c8e7] debian/update-auctex-elisp: Disable font-lock while parsing macros
  * [5b8a070] debian/auctex.lintian-overrides: Transition to "pointed hints"
  * [7b08a2c] debian/auctex.lintian-overrides: Add upstream changelog override
  * [f70fea5] Refactor dh_installdocs related stuff
  * [598b51f] debian/po/ro.po: Romanian translation.
    Thanks to Remus-Gabriel Chelu (Closes: #1031145)
  * [1b37d3a] debian/{COPYRIGHT,copyright}: Update
  * [8b4ebe5] debian/changelog: Fix spelling

 -- Davide G. M. Salvetti <email address hidden>  Mon, 20 Nov 2023 23:59:01 +0100

Upload details

Uploaded by:
Davide G. M. Salvetti
Uploaded to:
Sid
Original maintainer:
Davide G. M. Salvetti
Architectures:
all
Section:
tex
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe tex
Noble release universe tex

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
auctex_13.2-1.dsc 2.0 KiB 601f4f47c152843c38e3cb9104e5c78475ccd11a86930b167e91da822e9a55b6
auctex_13.2.orig.tar.xz 924.3 KiB 0332fd9084329c0c5f8b4853b7f870a11bd853fd6d615726f1c90d06175519bf
auctex_13.2-1.debian.tar.xz 57.4 KiB 01e274a2531ef5eeb2e5bbd3933003ba307e7c341b4c121c6f68dcda8c7de594

Available diffs

No changes file available.

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.