blob: 52e74e62e3922f25889601a610fa8e7b4e3ce85a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
% The eemeir package, version 1.0.
% Run eemeir.dtx through LaTeX and read the documentation in eemeir.dvi
%
\input docstrip.tex
\preamble
The eemeir package
Copyright 2003 by Mogens Lemvig Hansen
mlhansen@uniserve.com
\endpreamble
% \end{macrocode}
% I think that \url{eemeir.sty} should go into the directory
% \url{tex/latex/misc}; however, \textsc{DocStrip} will not heed my advise
% unless your configuration file, \url{docstrip.cfg}, allows it to.
% \begin{macrocode}
\usedir{tex/latex/misc}
\generate{\file{eemeir.sty}{\from{eemeir.dtx}{package}}}
\endbatchfile
|