auctex 
- Description
- Integrated environment for *TeX*
- Latest
- auctex.tar (.sig), 2026-Sep-06, 0.03 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.2.0.20260906.77.tar.lz | 2026-Sep-06 | 1.14 MiB |
| auctex-14.1.2.0.20260906.77.tar | 2026-Sep-06 | 6.46 MiB |
| auctex-14.1.2.0.20260903.75.tar.lz | 2026-Sep-03 | 1.14 MiB |
| auctex-14.1.2.0.20260902.73.tar.lz | 2026-Sep-02 | 1.14 MiB |
| auctex-14.1.2.0.20260901.72.tar.lz | 2026-Sep-02 | 1.14 MiB |
| auctex-14.1.2.0.20260830.71.tar.lz | 2026-Aug-31 | 1.14 MiB |
| auctex-14.1.2.0.20260727.50.tar.lz | 2026-Jul-27 | 1.14 MiB |
| auctex-14.1.1.0.20260113.83708.tar.lz | 2026-Jan-13 | 1.13 MiB |
| auctex-14.0.9.0.20250710.164343.tar.lz | 2025-Jul-10 | 1.09 MiB |
| auctex-14.0.0.0.20240208.115629.tar.lz | 2024-Feb-08 | 986 KiB |
| auctex-13.3.0.0.20240207.110618.tar.lz | 2024-Feb-07 | 986 KiB |
| auctex-12.3.1.0.20201220.154121.tar.lz | 2020-Dec-20 | 873 KiB |
News
[Unreleased]
Added
- Add more control over preview-latex snippets: The new option
preview-visibility-stylecontrols how previews and their source are displayed relative to point. The optionpreview-at-point-placementcontrols the placement of the at-point preview relative to its source. Finally, the boolean optionpreview-keep-stale-imagesdetermines 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
\citemacros. The length of the annotations attached to the keys is controlled by the new optionLaTeX-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.elandstyle/sourceserif.el.
Changed
- Change behavior of
TeX-output-dirfor 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
--jobnameargument 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 optionTeX-engine-alist:(luatex "LuaTeX" "luatex" "lualatex --jobname=%(s-filename-only)" "luatex")
- Change default value of
ConTeXt-Mark-versiontoXLwhich 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-mathwhich 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.elandstyle/ltx-talk.el. - Add new function
preview-dvisvgm-commandto generate SVG images in preview.
Changed
- Change the format of the value stored in
preview-dumped-alist. Add a new optional argument to the functionpreview-watch-preamble. - Respect the value of
font-latex-fontify-sectioningwhen fontifying macros asslide-title. This affects macros provided bystyle/beamer.elandstyle/ltx-talk.el. - Change the name of
preview-dvipng-commandtopreview-dvi*-command. Also make it accept a function symbol returning the full command. - Change the name of
preview-dvipng-image-typetopreview-dvi*-image-type. - Change the setting of
preview-image-creatorsandpreview-gs-image-type-alistto usedvi*instead ofdvipng.
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-inlinewhich converts the display math environment at point to inline math and the more generalLaTeX-modify-mathwhich converts the mathematical construct at point
… …