blob: f9b1dfa823cd925eeb5d2aaadbf5f83e352cb0db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\def\batchfile{isodate.ins}
\input docstrip.tex
\preamble
isodate package
Copyright 2000--2010 Harald Harders
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
h.harders@tu-bs.de
\endpreamble
\askforoverwritefalse
% Files
%%%%%%%%%%%%%%%%%%%%%%
\generate{%
\file{isodate.sty}{\from{isodate.dtx}{isodate}}%
\file{danish.idf}{\from{isodate.dtx}{language,danish}}%
\file{english.idf}{\from{isodate.dtx}{language,english}}%
\file{french.idf}{\from{isodate.dtx}{language,french}}%
\file{german.idf}{\from{isodate.dtx}{language,german}}%
\file{italian.idf}{\from{isodate.dtx}{language,italian}}%
\file{norsk.idf}{\from{isodate.dtx}{language,norsk}}%
\file{swedish.idf}{\from{isodate.dtx}{language,swedish}}%
\file{isodateo.sty}{\from{isodateo.dtx}{package}}%
}
\Msg{* ready}
|