blob: f96adc30803cccb743dfe53506722b4a1bb95767 (
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
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
|
datetime.sty history
Version 2.56:
* Added \formattime. (Specific times can now be displayed in
the same format as \currenttime)
* Added new date format yyyymmdd
* Added new time format hhmmss
* Added new package option "iso"
* datetime package options now override babel's date format
* Moved definition of \newdateformat and \newtimeformat before
configuration file is loaded.
Version 2.55:
* fixed bug preventing multilingual support
* fixed copyright text
Version 2.54: added check for british babel setting.
Version 2.53: added checks for UKenglish and USenglish.
Version 2.52: fixed bug in \textdate arising from change in
fmtcount internals.
Version 2.51: fixed time between midnight and 1am
Version 2.5: Added (n)german week day names (thanks to Uwe Bieling)
for supplying this. Fixed minor bugs.
Version 2.49: Fixed some of the multilingual problems, tidied up
code documentation
Version 2.48: Fixed bug in \pdfdate
Version 2.47: Defined \ier if it doesn't already exist.
Version 2.46: Made \today robust.
Version 2.45: Added command to store dates.
Version 2.44: Fixed spelling mistakes (oops!) and minor
bugs in LaTeX2HTML style files
New to version 2.43: Package now compatible with
LaTeX2HTML
New to version 2.42: Package now compatible with babel.
New to version 2.41: Package has been split into two
files: datetime.sty and fmtcount.sty. The latter file
contains the definitions for all the macros that display
the value of a counter (e.g. \ordinal, \octal).
Extra macro \decimal added (like \arabic, but can pad it
with leading zeroes.)
New to version 2.4: New commands: \binary, \octal,
\hexadecimal, \aaalph, \abalph, \Hexadecimal, \AAAlph
and \ABAlph. Added provision for configuration
file datetime.cfg.
New to version 2.31: The command \pdfdate has been added
(minor bug fixed in version 2.32)
New to version 2.3: The command \newtimeformat can be
used to define new time formats. Added the command
\currenttime
New to version 2.2: The command \newdateformat can be
used to define new date formats in addition to the ones
provided by this package.
see accompanying README file for license and installation
information.
http://theoval.cmp.uea.ac.uk/~nlct/
|