auctex 11.88-1ubuntu1 source package in Ubuntu
Changelog
auctex (11.88-1ubuntu1) vivid; urgency=medium * Merge from debian, remaining changes: - drop emacs23, default to emacs24. - debian/control: + Recommend xdg-utils. + Recommend evince (main) instead of xpdf (universe). - debian/patches/use-xdg-open.patch: use xdg-open instead of hard-coded xpdf. - debian/patches/use-firefox.patch: use firefox instead of hard-coded 'netscape'. auctex (11.88-1) unstable; urgency=medium * [9129986] Imported Upstream version 11.88 (Closes: #686114, #693418, #708550, #712889) * [4a29f1d] debian/copyright: Update for new upstream release * [a5a9f3f] debian/patches: Synchronize with new upstream release * [eef8665] Add patch: Add new TeX-file-line-error option (Closes: #514431, #628790, #685252, #695282) * [7251f44] debian/auctex.NEWS: Update for new upstream release * [4957daf] debian/rules (release): Defer signing dsc and changes files * [d46b78d] debian/rules (upload): New target * [a3e1f95] debian/rules (snapshot): Do not tag snapshots by default * [692b62c] debian/control (Recommends): Add "okular" as an alternative to "xpdf" auctex (11.87-2) unstable; urgency=medium * [d6ee432] debian/copyright: Update * [7544d1b] debian/control: Add VCS fields. Thanks to Thomas Koch (Closes: #694801) * [0f805ef] debian/update-auctex-elisp.8: Fix license name misspelling. Thanks to Axel Beckert (Closes: #714949) * [8e8c77b] Documentation: fix texdoc compatibility. Thanks to Norbert Preining * [137c142] Build with "makeinfo --html" instead of "texi2html" Thanks to Norbert Preining * [4c771ca] Upgrade Standards-Version to 3.9.6. Thanks to Norbert Preining * [adeaf4a] debian/po/ja.po: Update. Thanks to Victory (Closes: #712918) * [5acdaba] Update Debian Emacs policy support to emacsen-common 2.0.8 -- Dimitri John Ledkov <email address hidden> Sat, 06 Dec 2014 16:40:59 +0000
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Vivid
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- tex
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
auctex_11.88.orig.tar.gz | 1.2 MiB | 716867d5fbcc5c67cca781d7c1984e6a3a6d5da056ec3b4f35170805bf4dc83f |
auctex_11.88-1ubuntu1.debian.tar.xz | 50.3 KiB | 63ad288aa9e0ae3062bc420cc921735d3ebd6b7cf7110ec0a9eb940beacd5db7 |
auctex_11.88-1ubuntu1.dsc | 1.8 KiB | 0d04cb1799f9dde2e61110a5efa2ad39198e361fc8ce1e6a93080619594597eb |
Available diffs
- diff from 11.87-1ubuntu2 to 11.88-1ubuntu1 (443.5 KiB)
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. Currently
XEmacs ships with its own AUCTeX version.
.
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.