AUCTeX 14.1.0
AUCTeX 14.1.0 ist gestern veröffentlicht worden. Die Verteilung erfolgt über GNU ELPA. Dies sind die Release Notes:
Added
- Add new commands
LaTeX-make-inline
which converts the display math environment at point to inline math and the more generalLaTeX-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
andstyle/wrapstuff.el
.Changed
- AUCTeX now requires GNU Emacs 28.1 or higher.
- Replace
$..$
with\[..\]
in LaTeX mode and any derived mode when hitting$
repeatedly whereTeX-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
.