This directory contains GNU Emacs Lisp files which enhance that
environment for TeX Users.

Modes for TeX handling:
 *AUC TeX mode
   auc-tex.el is an enhanced TeX mode which provides the following
            features:
               - Intelligent macros for often used controls:
                 {\em }, \section{ }, etc.
               - Invoking and debugging TeX/LaTeX from within
                 Emacs
               - Help for errors while debugging (includes all
                 TeX and LaTeX errors)
               - Indentation by environments
               - support for outline minor-mode
       Some features use the following additional emacs-lisp
       files:
         minor-map.el  Keymaps for EMACS minor modes
         outline-m.el  Outlining as a minor mode.
       Also, the following files are used in constructing a LaTeX
       file:
         texheader.tex  Lines for beginning of LaTeX file.
         textrailer.tex Lines for ending of LaTeX file.

   A mailing list is available for discussions etc. regarding the
   AUC TeX modes. You may joint the auc-tex mailinglist by sending
   subscriptions to
       [email protected]
   Articles should be sent to
       [email protected]

Modes for BibTeX handling
 bibtex-mode.el   BibTeX mode for inputting/editing .bib files.

Modes for WEB
 web-mode.el      WEB mode for working with web/cweb/fweb
 web-mode-manual.tex Documentation for the mode.
 cweave.ch        Change file to adapt cweave to the web mode
 fweave.ch        Change file to adapt fweave to the web mode
 weave.ch         Change file to adapt weave to the web mode
 limbo.material   Extra material for the web mode

Modes for LaTeX doc files
 swiftex.el       Emacs mode for .dtx files (by Mathew Swift)