AUC TeX: An Emacs Extension
These macros make it easier for you to write TeX documents with GNU
Emacs. Documentation can be found under:
/usr/share/doc/packages/emacs-auctex/
and in the dvi files math-ref.dvi and tex-ref.dvi (reference cards) and
in the info file auctex in emacs info-mode.
AuC TeX is integrated in XEmacs 19.15 and higher, so these packages may
not be installed concurrently. Note that the binary formats of the
byte-compiled lisp files of the two emacs editors are incompatible, so
you cannot use this package for XEmacs.
- Developed at editors
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/emacs-auctex && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
auctex-13.1-expand.patch | 0000000434 434 Bytes | |
auctex-13.2-auto-TL-2023.tar.xz | 0003001160 2.86 MB | |
auctex-13.2.tar.gz | 0001667548 1.59 MB | |
auctex-13.2.tar.gz.sig | 0000000566 566 Bytes | |
auctex.keyring | 0000003065 2.99 KB | |
dvips.patch | 0000000451 451 Bytes | |
emacs-auctex.changes | 0000039877 38.9 KB | |
emacs-auctex.spec | 0000005823 5.69 KB | |
emacs-auctex.test | 0000000508 508 Bytes |
Revision 43 (latest revision is 50)
Dominique Leuenberger (dimstar_suse)
accepted
request 1102168
from
Dr. Werner Fink (WernerFink)
(revision 43)
- Run TeX-auto-generate-global in emacs only once if auctex or TeXLive becomes updated to generate all auto lisp files. - Update to 13.2 • AUCTeX no longer refuses to insert dollar sign when you type ‘$’ at point where AUCTeX thinks the current math mode didn’t start with dollar(s). AUCTeX assumes the user knows that it isn’t in math mode actually. You can keep the former behavior by enabling the new customize option ‘TeX-refuse-unmatched-dollar’. * AUCTeX supports completion-at-point of macro and environment arguments in LaTeX buffers. The responsible function recognizes the argument position and extracts the corresponding candidates from the variables ‘TeX-symbol-list’ and ‘LaTeX-environment-list’. * AUCTeX underlines the argument of macros which produce underlined text in the final product with ‘font-latex-underline-face’. The corresponding keyword class is called ‘underline-command’. See the section for fontification of macros if you dislike this feature and wish to deactivate it. * Support for the Sioyek document viewer is added. * AUCTeX now requires GNU Emacs 25.1 or higher. * AUCTeX tracks the change in Emacs where initial inputs in the minibuffer during queries are getting phased out. Queries for the mandatory arguments of macros and environments are adjusted where applicable. The value which will be used after hitting ‘RET’ without other input is shown in the prompt in parentheses prefixed with ‘default’. For this change the signature of the function ‘TeX-arg-length’ is altered. The old argument list was: (defun TeX-arg-length (optional &optional prompt initial-input definition default)
Comments 0