blob: c4a4937a9635333ec99d01df92962b9abe13987b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
\ProvidesFile{mkfddoc.tex}[2009/04/15
prepare typesetting fifinddo.sty]
\begingroup %% generate fifinddo.doc
\RequirePackage{makedoc}[2009/04/13]
\input{mdcorr.cfg}
% \NoEmptyCodeLines %% TODO
\ProcessLineMessage{}
\LaTeXresultFile{fifinddo.doc}
\HeaderLines{23}
\MainDocParser{%
% \IfInputLine{=33}{\tracingmacros=1 }{}
% \IfInputLine{=35}{\tracingmacros=0 }{}
\SectionLevelTwoParseInput}
% \tracingmacros=1
\MakeDoc{fifinddo.sty}
\CloseResultFile
\endgroup %% fifinddo.doc ready
\endinput
|