branch: externals/auctex commit ccf5cc0215a1c584b9ab25b851935e030ce22729 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * NEWS.org (Added): Announce last command additions. --- NEWS.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index d0653240c5..eaca9f38c6 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,7 +11,11 @@ ** Added -- Add new support filse =style/embedfile.el= and =style/needspace.el=. +- 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= and =style/needspace.el=. ** Changed