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
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/emacs-auctex && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
auctex-13.1.tar.gz | 0001600209 1.53 MB | |
auctex-13.1.tar.gz.sig | 0000000566 566 Bytes | |
dvips.patch | 0000000451 451 Bytes | |
emacs-auctex.changes | 0000035651 34.8 KB | |
emacs-auctex.spec | 0000005195 5.07 KB | |
emacs-auctex.test | 0000000508 508 Bytes |
Revision 41 (latest revision is 50)
Dominique Leuenberger (dimstar_suse)
accepted
request 1002783
from
Dr. Werner Fink (WernerFink)
(revision 41)
- Update to 13.1 * In math environments 'gather', 'gather*', 'gathered', 'multline' and 'multline*', fill commands such as 'M-q' and 'C-c C-q C-e' are disabled. This sorts out the inconsistency between those and 'equation', 'displaymath' environments, in latter of which filling is already disabled. If you want filling in such environments, customize 'LaTeX-indent-environment-list' to remove them. Auto fill continues to work in such environment anyway. In addition, AUCTeX adds support of alignment at '&' sign in 'align'-like environments such as 'alignat', 'aligned' and so on, as well as 'matrix'-like environments such as 'pmatrix', 'bmatrix' and so on. * Now two commands 'Texindex' and 'Texi2dvi' are available when you type 'C-c C-c' in Texinfo mode. The command 'Texindex' runs 'texindex' on index files and 'Texi2dvi' runs 'pdftexi2dvi' or 'texi2dvi' according to the value of 'TeX-PDF-mode'. So you can typeset Texinfo documents into PDF or DVI format from within AUCTeX. * AUCTeX's own help messages for LaTeX errors are now shown only for LaTeX runs. AUCTeX shows raw error/warning messages found in '.log' files for runs of formats other than LaTeX, such as plain TeX, ConTeXt and Texinfo, as it does even for LaTeX runs when it can't find a matching entry in its own help message catalogue. Due to this change, customize option 'TeX-error-description-list' can no longer have a fallback entry that matches any error. If your customized value includes such entry, typically '(".*" . "No help available")', please remove it. * Two functions 'TeX-split-string' and 'TeX-assoc' are now obsolete and will be removed in future release. If your personal code uses
Comments 0