summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fmtcount/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/fmtcount/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/CHANGES51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fmtcount/CHANGES b/Master/texmf-dist/doc/latex/fmtcount/CHANGES
new file mode 100644
index 00000000000..2bf2c037047
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fmtcount/CHANGES
@@ -0,0 +1,51 @@
+fmtcount package versions:
+
+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.
+