Package: auctex / 11.86-11

Metadata

Package Version Patches format
auctex 11.86-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 doc Makefile.in Rationalize HTML documentation targe.patch | (download)

doc/Makefile.in | 23 12 + 11 - 0 !
1 file changed, 12 insertions(+), 11 deletions(-)

 [patch] doc/makefile.in: rationalize html documentation targets

- Use auctex.htmls instead of html as the name of the directory where
  AUCTeX HTMLs go.
- Use auctex.html instead of auctex_toc.html as the AUCTeX HTML
  documentation entry point; add index.html as a symlink to it.
- Let the auctex.htmls/auctex.html target (ex html/auctex_toc.html) depend
  on all $(AUCTEXTEXIFILES) instead of just auctex.texi.
- Refactor AUCTeX HTML documentation build command.

- Use preview-latex.htmls instead of preview-latex as the name of the
  directory where preview-latex HTMLs go.
- Use preview-latex.html instead of index.html as the preview-latex HTML
  documentation entry point; add index.html as a symlink to it.
- Refactor preview-latex HTML documentation build command.

- Update references in extradist, html-docs, and clean targets.

0002 doc Makefile.in Rationalize dist target.patch | (download)

doc/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] doc/makefile.in: rationalize dist target

Depend on the info target instead of on the individual info manuals.

0003 preview latex Makefile.in Also clean PDF docs.patch | (download)

preview/latex/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] preview/latex/makefile.in: also clean pdf docs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes: #628787
Thanks: Matthias Kmmerer

0004 Fix ConTeXt expand options defun.patch | (download)

context.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix context-expand-options defun

- Backport of context.el v1.74, in CVS since 2010-09-18.

History: the Debian auctex package used to fix Debian bug #597006 with a
patch provided from Sanjoy Mahajan (see the Debian bug report), which
modified the TeX-engine-alist-builtin defvar.  Ralf Angeli fixed the bug
upstream with the present patch.

0005 Fix preview with latest ghostscript.patch | (download)

preview/preview.el | 21 14 + 7 - 0 !
1 file changed, 14 insertions(+), 7 deletions(-)

 [patch] fix preview with latest ghostscript

- Backport of preview.el v1.285, in CVS since 2010-10-14.

Closes: #610714
Thanks: Faheem Mitha

0006 TeX view program selection Customize for Debian.patch | (download)

tex.el | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] tex-view-program-selection: customize for debian

* tex.el (TeX-view-program-selection): Look for an evince executable and
  use it if available; fall back to xpdf otherwise.

Rationale:
- upstream support Evince and xpdf, choosing Evince by default;
- the Debian auctex package recommends xpdf-reader | evince | evince-gtk,
  choosing Evince by default if it is installed, falling back to xpdf
  otherwise.

0007 TeX auto global Customize for Debian.patch | (download)

tex-site.el.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] tex-auto-global: customize for debian

Use "debian-emacs-flavor", according to the Debian Emacs policy.

0008 preview image type Customize for Debian.patch | (download)

preview/preview.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] preview-image-type: customize for debian

* preview/preview.el (preview-image-type): Look for a dvipng executable
  and use it if available.

Rationale: "dvipng is much faster than the combination of Dvips and
Ghostscript", the AUCTeX README says.