summaryrefslogtreecommitdiff
path: root/support/emacs-modes/00readme.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/emacs-modes/00readme.txt
Initial commit
Diffstat (limited to 'support/emacs-modes/00readme.txt')
-rw-r--r--support/emacs-modes/00readme.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/support/emacs-modes/00readme.txt b/support/emacs-modes/00readme.txt
new file mode 100644
index 0000000000..aa19fa0e95
--- /dev/null
+++ b/support/emacs-modes/00readme.txt
@@ -0,0 +1,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)
+