blob: 5b14f6a5e4e1fd25956d4efa7d85de2b4e8a7dcc (
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
33
34
35
36
37
38
39
40
|
<?xml version="1.0"?>
<!DOCTYPE entry SYSTEM "../catalogue.dtd">
<entry id="isodate"
datestamp="2010/01/03"
modifier="h.harders@tu-bs.de">
<about>
<name>isodate</name>
<caption>Tune the output format of dates language dependent.</caption>
<author>
<name>Harald Harders</name>
<email>h.harders@tu-bs.de</email>
</author>
<license type="lppl"/>
<version>
<number>2.30</number>
</version>
</about>
<description>
<abstract>
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 command \daterange prints a date range and leaves out unnecessary
year or month entries.
</abstract>
<documentation location="http" type="pdf">
http://www.act.cmis.csiro.au/gjw/tex/docs/isodate.pdf
</documentation>
</description>
<distribution>
<texlive>latex3</texlive>
<ctan>macros/latex/contrib/isodate</ctan>
</distribution>
</entry>
|