blob: 30f3978847f23591175287ee2a6c262d6ec89f37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\ProvidesFile{fdtxttex.tpl}[{2011/08/21 [2010/03/30]
fifinddo correction template}]
\RequirePackage{fifinddo}
\input{mdoccorr.cfg}
\ResultFile{sample.tex}
\WriteProvides
\ProcessFileWith{sample.txt}{%
\typeout{\expandafter \MakeDocCorrectHook
\expandafter{\fdInputLine}}%
\WriteResult{\expandafter \MakeDocCorrectHook
\expandafter{\fdInputLine}}%
}
\CloseResultFile
\stop
|