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-11.90.tar.gz | 0001437331 1.37 MB | |
dvips.patch | 0000000380 380 Bytes | |
emacs-auctex.changes | 0000017938 17.5 KB | |
emacs-auctex.spec | 0000005112 4.99 KB | |
emacs-auctex.test | 0000000508 508 Bytes |
Revision 34 (latest revision is 50)
Dominique Leuenberger (dimstar_suse)
accepted
request 506982
from
Dr. Werner Fink (WernerFink)
(revision 34)
- Update to 11.90 * In addition to the completion performed by 'TeX-complete-symbol', AUCTeX now also supports the new Emacs standard completion-at-point facility (see the Emacs command 'completion-at-point'). This also means that modern completion UIs like company-mode work out of the box in TeX and LaTeX buffers. * Completion is now aware of being inside a math environment and then completes math macros. * AUCTeX is able to display several levels of super- and subscripts, each one raised above and a bit smaller than its basis. For this feature, have a look at the customize options 'font-latex-fontify-script' (especially the new values 'multi-level' and 'invisible') and 'font-latex-fontify-script-max-level'. Also, the script characters '^' and '_' are also fontified with a special face named 'font-latex-script-char-face'. * Parsing of format specification in various tabular environments has been improved. The function 'LaTeX-insert-item' ('C-c <LFD>') inserts suitable number of ampersands for '*{num}{cols}' constructs. Style files for LaTeX packages 'tabularx', 'tabulary', 'longtable', 'dcolumn' and 'siunitx' are adapted to take advantage of this improvement. * AUCTeX has a new Ispell dictionary 'tex-ispell.el' for macros and environments which will be skipped during spell checking. The activiation of this feature is controlled by a new customize option 'TeX-ispell-extend-skip-list', which is set to 't' and activated by default. * AUCTeX has a new customize option 'TeX-raise-frame-function' that is currently only used by Evince and Atril inverse search to raise the Emacs frame.
Comments 0