blob: d0c16e2f19287628a77a7db6d079d89435ec6fdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% (C) Lars Madsen, daleif@imf.au.dk, 2007/05/11
% This material is subject to the LaTeX Project Public License.
% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
% for the details of that license.
The verbatimcopy package provides \VerbatimCopy{in}{out} that will enable LaTeX to
take a verbatim copy of one text file, and save it under another name.
The code is due to Ulrich Diez published on comp.text.tex
http://groups.google.com/group/comp.text.tex/msg/153e3dc7a8d0e548?hl=en
Versions
--------
0.03 added extra code by Ulrich Diez, such that \setOutputDir
automatically adds a trailing / if needed
0.02 Initial release
|