auctex 11.87-1ubuntu2 source package in Ubuntu

Changelog

auctex (11.87-1ubuntu2) trusty; urgency=low

  * Drop emacs23 from [build-]depends, default to emacs24.
 -- Dmitrijs Ledkovs <email address hidden>   Thu, 07 Nov 2013 10:39:56 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
tex
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main tex

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
auctex_11.87.orig.tar.gz 1.2 MiB 63d57229e585dbf727f5545337615b997488bfdf475274da0718c90b77bd5cf2
auctex_11.87-1ubuntu2.debian.tar.gz 58.1 KiB 7a964a223d293ad6dfa650d224d6f7f313ef5596919608f8eca243883b324e47
auctex_11.87-1ubuntu2.dsc 2.0 KiB 2a5e1f338f8d57c232b15ce75d2e90301aa6522b66ce2bca45035e81fb72b370

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. 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.