summaryrefslogtreecommitdiff
path: root/support/emacs-modes/00readme.txt
blob: aa19fa0e95357319625fa4a82c8f9351102003ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
  	auc-tex-request@iesd.auc.dk
    Articles should be sent to
  	auc-tex@iesd.auc.dk

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)