summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/lmacs/lmacs_tst.tex
blob: cc2acce19e9d7771f428a8ba3827758cc2c1657f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}