Version 14.0.9 of package Auctex has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Auctex describes itself as: ================================ Integrated environment for *TeX* ================================ More at https://elpa.gnu.org/packages/auctex.html ## Summary: 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. ## Recent NEWS: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AUCTEX NEWS – HISTORY OF NOTABLE AND USER-VISIBLE CHANGES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [14.0.9] - 2025-02-25 ═════════════════════ Added ───── • Add new support files `style/csthm.el', `style/elsarticle.el', `style/enumerate.el', `style/keytheorems.el' and `style/marginalia.el'. [14.0.8] - 2024-12-11 ═════════════════════ Added ───── • Improve support for folding of citations macros. The current folding `[c]' is changed to a more descriptive version, using author names and publication years, like `[Ne21]' or `[ABC99]'. These are extracted from any bib files referenced in the document or specified by the user option `TeX-fold-bib-file'. • Add support for folding of `\begin{env}' and `\end{env}' macros. The replacement specifiers are controlled by the custom option `TeX-fold-begin-end-spec-list'. • Add new custom option `TeX-fold-alert-color' which determines the color used when folding the `\alert' macro, defaults to `red'. • Add new support files `style/glossaries-extra.el', `style/glossaries.el', `style/inlinegraphicx.el', `style/minted2.el' (`style/minted.el' is updated to package v3.1.2) and `style/stocksize.el'. • Add preliminary support for parsing `\graphicspath' in `style/graphicx.el'. Changed ─────── • Change the default value of `LaTeX-insert-into-comments' from `t' to `nil'. [14.0.7] - 2024-10-05 ═════════════════════ Added ───── • Respect the value of `TeX-output-dir' when processing files with latexmk. This means that the default value of `TeX-command-list' is changed. • Add new support files `style/authblk.el', `style/langscibook.cls', `style/lstautogobble.el', `style/lstlinebgrd.el', `style/ninecolors.el', `style/supertabular.el', `style/tabularray.el' and `style/xtab.el'. Changed ─────── • AUCTeX 13.3 marks the last standalone tarball release. From now on, AUCTeX releases are made available through the [Emacs Lisp Package Archive (ELPA)]. Distro packagers are encouraged to use the [ELPA] packages as-is and install them under one of the new Emacs locations for system-wide packages, see `package-directory-list'. At the same time, development is now done on the `main' branch and the `master' branch has been deleted. Its last state has been pushed as `auctex-13' branch for archiving purposes but it won't get any updates anymore. For users who tracked the master branch: Do `git switch main' to switch to the main branch where development takes place nowadays. • Move additions to the variable `LaTeX-indent-environment-list' for various tabular environments to `latex.el' from the respective style files. [Emacs Lisp Package Archive (ELPA)] <https://elpa.gnu.org/packages/auctex.html> [ELPA] <https://elpa.gnu.org/packages/auctex.html> Fixed ───── • Fold argument of verbatim macros more accurately. Removed ─────── • Remove the possibility to disable the side-wide installation with: ┌──── │ (unload-feature 'tex-site) └──── Using this form when installed from [ELPA] will throw an error. [ELPA] <https://elpa.gnu.org/packages/auctex.html> [14.0.6] - 2024-06-30 ═════════════════════ Added ───── • Complete support for in-buffer completion of color support macros. • Add new support files `style/contract.el', `style/diagbox.el' and `style/standalone.el'. Fixed ───── • Add appropriate `delete-selection' properties for `LaTeX-insert-left-brace', `TeX-insert-dollar' and `TeX-insert-backslash' that differentiate between the "electric" and "just-insert-the-symbol" behavior. That should simplify cooperation with other electric modes. As a result of this adjustment, the behavior of `TeX-insert-dollar' is affected in some ways: • With raw prefix argument `C-u', `$' (`TeX-insert-dollar') now inserts four dollars as opposed to one. This behavior is in-line with other symbols, in particular `"' (`TeX-insert-quote') and `\' (`TeX-insert-backslash'). If you need one literal `$', you can type … …