diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:21:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:21:37 +0000 |
commit | 85bb545d793534dc11b79f6c1612cb7eddb07251 (patch) | |
tree | 24bfc62faa88cfdb44ad45581df67bad76672520 /print/auctex/pkg-descr | |
parent | 28ca7dd503716c7aa9e2bfc23974a904151f253d (diff) | |
download | ports-85bb545d793534dc11b79f6c1612cb7eddb07251.tar.gz ports-85bb545d793534dc11b79f6c1612cb7eddb07251.zip |
Moving the auctex port from editors to print.
Notes
Notes:
svn path=/head/; revision=24228
Diffstat (limited to 'print/auctex/pkg-descr')
-rw-r--r-- | print/auctex/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/auctex/pkg-descr b/print/auctex/pkg-descr new file mode 100644 index 000000000000..87dd7beddf9d --- /dev/null +++ b/print/auctex/pkg-descr @@ -0,0 +1,23 @@ + AUC TeX is a comprehensive customizable integrated environment for +writing input files for LaTeX using GNU Emacs. + + AUC TeX lets you run TeX/LaTeX and other LaTeX-related tools, such +as a output filters or post processor from inside Emacs. Especially +`running LaTeX' is interesting, as AUC TeX lets you browse through the +errors TeX reported, while it moves the cursor directly to the reported +error, and displays some documentation for that particular error. This +will even work when the document is spread over several files. + + AUC TeX automatically indents your `LaTeX-source', not only as you +write it -- you can also let it indent and format an entire document. +It has a special outline feature, which can greatly help you `getting an +overview' of a document. + + Apart from these special features, AUC TeX provides a large range of +handy Emacs macros, which in several different ways can help you write +your LaTeX documents fast and painlessly. + + All features of AUC TeX are documented using the GNU Emacs online +documentation system. That is, documentation for any command is just +a key click away! AUC TeX is written entirely in Emacs-Lisp, and hence +you can easily add new features for your own needs. |