summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/lmacs/lmacs_tst.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/lmacs/lmacs_tst.tex')
-rw-r--r--texmf-dist/doc/latex/lmacs/lmacs_tst.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/lmacs/lmacs_tst.tex b/texmf-dist/doc/latex/lmacs/lmacs_tst.tex
new file mode 100644
index 00000000..cc2acce1
--- /dev/null
+++ b/texmf-dist/doc/latex/lmacs/lmacs_tst.tex
@@ -0,0 +1,22 @@
+\documentclass{article}
+
+\usepackage[def=lmacs_tst]{lmacs}
+
+
+\begin{document}
+
+\section{Introduction}
+
+The {\myCoolPkg} is designed to clean up the preamble of a source file.
+For this file, we have
+\begin{verbatim}
+ \usepackage[def=lmacs_tst]{lmacs}
+\end{verbatim}
+The preamble definitions are in the file \texttt{lmacs\_tst.def}. For this
+demo file, the only definition in \texttt{lmacs\_tst.def} in that of
+\texttt{\string\myCoolPkg}. The \texttt{@} character has the catcode of
+a letter, since the file is input via \texttt{\string\usepackage}.
+
+
+
+\end{document}