blob: 6e23a87d5fc2b05a1c0c698daf49d0901866febe (
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
fmtcount package versions:
Version 3.01:
* Make fmtord option language dependant
* Support language as a documentclass option
* Some improvements in code documentation and testing
* Use xkeyval instead of keyval for option processing, so as to avoid
trouble with option de-bracketting
* Solve issue #15: protect \' for accent in French ordinal
* Make 1er/1re, 2e the default for French abbreviated ordinals, and
make abbreviated ordinals the default --- as opposed to
non-abbreviated like 2\`eme.
* Solve issue #16: (use of superscript font for ordinals when
available and xelatex is used)
Version 3.00:
Version 2.04:
* Renamed \@modulo to \@FCmodulo to avoid conflict with other
packages.
* Fixed "eins" bug in fc-german.def
* Fixed bug in \@@unitstringportuges
* Added fc-portuguese.def
Version 2.03:
* Renamed \@fc@loadifbabelldf to \@fc@loadifbabelorpolyglossialdf
and added check for polyglossia language.
* Fixed multilingual issues where provided languages weren't
detected.
* Removed spurious spaces.
Version 2.02:
* Improved check for multilingual options
* Fixed \FCloadlang so that catcode for @ set to `letter' before
reading .def file.
* Moved loading of fcprefix from fc-french.def to fmtcount.sty
Version 2.01:
* Fixed copyright text in fmtcount.ins
Version 2.0:
* fcprefix.sty, fcnumparser.sty added by Vincent Belaïche
* fmtcount.sty now loads etoolbox
* Minor corrections to fc-spanish.def (corrections provided by
Fernando Maldonado Millán)
* Minor corrections to fc-german.def (corrections provided by
Dominik Waßenhoven)
* Fixed bug in OrdinalstringMgerman etc
Version 1.31:
* fixed unwanted space in \decimalnum
* fixed bug that ignores spaces after commands like
\ordinalnum.
* added Italian support (translations provided by Edoardo Pasca)
Version 1.3:
* no longer loads xspace package (was causing extraneous
spaces when the optional argument to \ordinalstring etc
was omitted.)
* Made some long commands short.
* Changes licence text in fmtcount.ins to conform with LPPL.
Version 1.2: fmtcount now loads xspace package, and uses \xspace
after \numberstring etc.
Version 1.1: Added German support. Added check for USenglish
and UKenglish babel settings.
Version 1.09: Added upper case variants \ORDINALstring etc
(\MakeUppercase{\ordinalstring{<counter>}} doesn't work because
of the way \MakeUppercase expands its argument).
Added commands to store textual representations \storeordinalstring etc
Version 1.08: fixed Portugues spelling mistakes (tr\`es -> tr\^es
centa -> cento)
Version 1.07: fixed bug that causes fc-english.def to be loaded twice
Version 1.06: fixed language-related bug
Version 1.05: fixed bug in \padzeroes
Version 1.04: provided \FCordinal to avoid clashes with the memoir class.
Version 1.03: Minor bug fixes (concerning fmtcount.cfg and the effect of \padzeroes).
Version 1.02: Added multilingual support
Version 1.01: Added support for LaTeX2HTML
Version 1.0: separated counter related code from
datetime.
|