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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
isodate.sty
===========
Tune the output format of dates.
This package provides ten output formats of the
commands \today, \printdate, \printdateTeX, and \daterange
(partly language dependent):
ISO (yyyy-mm-dd),
numeric (e.g. dd.\,mm.~yyyy),
short (e.g. dd.\,mm.\,yy),
TeX (yyyy/mm/dd),
original (e.g. dd. mmm yyyy),
short original (e.g. dd. mmm yy),
as well as numerical formats with Roman numerals for the month.
The commands \printdate and \printdateTeX print any date.
The date is given as an argument using the actual date format for output:
\printdate{yyyy-mm-dd}, \printdate{dd.mm.yyyy}, or \printdate{dd/mm/yyyy},
and \printdateTeX{yyyy/mm/dd}.
The command \daterange prints a date range and leaves out unnecessary
year or month entries.
E.g. 2000-05-03 to 2000-05-08 leads to `2000-05-03 to 08'.
The idea for this package was taken from the akletter class.
Version 2.0 was totally rewritten so that some incompatiblities may occur.
The old version is still available as isodateo.sty (`o' for old).
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.
Installation:
before installing: - be sure that the package substr.sty is installed on your
system. If not download it from
CTAN:/macros/latex/contrib/substr/ and install it.
automatic: - run "make".
- copy isodate.sty and *.idf to a place where LaTeX can find them
or run "make install".
- run texhash or the corresponding command of your distribution.
by hand: - execute latex on isodate.ins.
- run texhash or the corresponding command of your distribution.
You should not compile the documentation by yourself since it
uses a non-standard package (morefloats.sty). If you still want
to compile it by yourself, do the following:
- execute latex on isodate.dtx (2x).
- copy isodate.sty and *.idf to a place LaTeX can find them.
- run texhash or the corresponding command of your distribution.
List of known errors:
- The \printdate and \printdateTeX commands are not very good in
checking the argument for correct syntax.
- Isodate and draftcopy do not work together.
To do:
- add other languages
- Format short given years to four digits and calculate reasonable
first and second digits.
2010-01-03
Harald Harders
h.harders@tu-bs.de
|