summaryrefslogtreecommitdiff
path: root/macros/alatex/alatex-1.0/alatex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/alatex/alatex-1.0/alatex.tex')
-rw-r--r--macros/alatex/alatex-1.0/alatex.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/alatex/alatex-1.0/alatex.tex b/macros/alatex/alatex-1.0/alatex.tex
new file mode 100644
index 0000000000..15eacf2664
--- /dev/null
+++ b/macros/alatex/alatex-1.0/alatex.tex
@@ -0,0 +1,21 @@
+\documentclass{ltxdoc}
+\CodelineIndex
+\EnableCrossrefs
+\DeclareTextFontCommand\word\em % refer to a word as a word
+\DeclareTextFontCommand\term\slshape % technical term
+\DeclareTextFontCommand\env\ttfamily % environment
+\DeclareTextFontCommand\package\slshape % name of LaTeX package
+\DeclareTextFontCommand\program\ttfamily % generic name of computer program
+\DeclareTextFontCommand\class\slshape % name of LaTeX class
+\DeclareTextFontCommand\file\ttfamily % name of disk file
+\DeclareTextFontCommand\ext\ttfamily % name of file extension
+\begin{document}
+\providecommand\ALaTeX{A\LaTeX}
+\date{Version: 1.0 \\Documentation revision: 1996/01/21}
+\author{Matt Swift \texttt{<swift@bu.edu>}}
+\title{\ALaTeX{} and its Standard Metaclass}
+\maketitle
+\DocInput{alatex.dtx}
+\clearpage
+\PrintIndex
+\end{document}