ELPA Logo GNU ELPA: auctex

auctex Atom Feed

Description
Integrated environment for *TeX*
Latest
auctex.tar (.sig), 2026-Jan-14, 0.02 KiB
Maintainer
auctex-devel@gnu.org
Other versions:
development version
Website
https://www.gnu.org/software/auctex/
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

AUCTeX is an integrated environment for writing input files for TeX,
LaTeX, ConTeXt, Texinfo, and docTeX.  The component preview-latex
provides true "WYSIWYG" experience in the sourcebuffer.

Old versions

auctex-14.1.1.tar.lz2026-Jan-121.13 MiB
auctex-14.1.0.tar.lz2025-Jul-111.11 MiB
auctex-14.0.9.tar.lz2025-Feb-251.09 MiB
auctex-14.0.8.tar.lz2024-Dec-121.08 MiB
auctex-14.0.7.tar.lz2024-Oct-051.07 MiB
auctex-14.0.6.tar.lz2024-Jun-301004 KiB
auctex-14.0.5.tar.lz2024-May-19 999 KiB
auctex-14.0.4.tar.lz2024-Mar-31 990 KiB
auctex-14.0.3.tar.lz2024-Feb-20 987 KiB
auctex-14.0.2.tar.lz2024-Feb-09 986 KiB
auctex-14.0.0.tar.lz2024-Feb-08 986 KiB
auctex-13.3.0.tar.lz2024-Jan-18 982 KiB
auctex-13.2.4.tar.lz2024-Jan-08 977 KiB
auctex-13.2.3.tar.lz2023-Dec-07 965 KiB
auctex-13.2.0.tar.lz2023-Apr-24 961 KiB
auctex-13.1.10.tar.lz2023-Mar-05 947 KiB
auctex-13.1.0.tar.lz2022-Feb-21 914 KiB
auctex-13.0.16.tar.lz2022-Jan-14 896 KiB
auctex-12.3.1.tar.lz2020-Oct-22 960 KiB
auctex-11.92.0.tar.lz2017-Dec-06 966 KiB

News

[Unreleased]

Added

  • Add more control over preview-latex snippets: The new option preview-visibility-style controls how previews and their source are displayed relative to point. The option preview-at-point-placement controls the placement of the at-point preview relative to its source. Finally, the boolean option preview-keep-stale-images determines how the preview is updated after the source is changed.
  • Activate new TeX xref backend (tex-etags) provided by Emacs 31.
  • Add support for in-buffer completion of citation keys for various \cite macros. The length of the annotations attached to the keys is controlled by the new option LaTeX-bib-annotation-max-length. The annotations are offered only when RefTeX-mode in activated. Multicite commands (Qualified Citation Lists) from the biblatex package are not supported.
  • Improve in-buffer completion of referencing macros.
  • Add new support files style/handstroke.el, style/lineno.el, style/lua-unicode-math.el, style/sourcesans.el and style/sourceserif.el.

Changed

  • Change behavior of TeX-output-dir for security considerations. The value can be set to a subdirectory of the master file, otherwise the user is asked for permission.
  • Support new language names provided by babel-german v2.99.
  • Remove --jobname argument from default LuaLaTeX invocation. If this causes trouble for you, we first recommend to update your (very old) TeX distribution. But if you can't do that for some reason, add the following entry to the customize option TeX-engine-alist:

    (luatex "LuaTeX" "luatex" "lualatex --jobname=%(s-filename-only)" "luatex")
    
  • Change default value of ConTeXt-Mark-version to XL which is the current ConTeXt version. Internally, there is no difference for Mark XL and Mark IV behavior.

Fixed

  • Fix parsing of error messages for ConTeXt LMTX.
  • Fix indentation for macros with arguments in ConTeXt mode.

[14.1.2] - 2026-01-14

Fixed

  • Recognize and ignore non-error messages emitted by LuaTeX which are different from what pdfTeX does.

[14.1.1] - 2026-01-12

Added

  • Add new command LaTeX-repeat-recent-math which looks backward for a recent top-level display math construct and inserts a copy to the current line.
  • Add new support files style/floatflt.el, style/fontawesome7.el and style/ltx-talk.el.
  • Add new function preview-dvisvgm-command to generate SVG images in preview.

Changed

  • Change the format of the value stored in preview-dumped-alist. Add a new optional argument to the function preview-watch-preamble.
  • Respect the value of font-latex-fontify-sectioning when fontifying macros as slide-title. This affects macros provided by style/beamer.el and style/ltx-talk.el.
  • Change the name of preview-dvipng-command to preview-dvi*-command. Also make it accept a function symbol returning the full command.
  • Change the name of preview-dvipng-image-type to preview-dvi*-image-type.
  • Change the setting of preview-image-creators and preview-gs-image-type-alist to use dvi* instead of dvipng.

Fixed

  • Ignore the (non-error) "ignored error" messages emitted by the typesetting engine and don't abort the re-compilation when necessary. It fixes this LaTeX report.

[14.1.0] - 2025-07-11

Added

  • Add new commands LaTeX-make-inline which converts the display math environment at point to inline math and the more general LaTeX-modify-math which converts the mathematical construct at point

… …