[GNU ELPA] Auctex version 14.1.0
ELPA update <[email protected]>
| Newsgroups | gmane.emacs.auctex.devel,gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 14.1.0 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.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 into one with different kind of delimiter or another
environment.
• Add new support files `style/embedfile.el',
`style/figureversions.el', `style/needspace.el',
`style/tablericons.el' and `style/wrapstuff.el'.
Changed
───────
• AUCTeX now requires GNU Emacs 28.1 or higher.
• Replace `$..$' with `\[..\]' in LaTeX mode and any derived mode when
hitting `$' repeatedly where `TeX-electric-math' is non-`nil'.
Fixed
─────
• Fix unwanted expansion of abbrevs during filling when `abbrev-mode'
is enabled.
• Fix the command-line options passed to latexmk when processing files
with xetex in order to run the viewer correctly.
• Fix removing of stale verbatim entries in auto-parsed file once the
corresponding package isn't used in the .tex file anymore. Complete
removal may require two invocations of `C-u C-c C-n'.
[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.
… …