summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fmtcount
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-17 22:59:41 +0000
committerKarl Berry <karl@freefriends.org>2013-08-17 22:59:41 +0000
commit41ed127e239fba40041f66fc9d0df9b1b623cf8b (patch)
treea3ae9729de5d80efae5d0f9bc1f868b8dcf94992 /Master/texmf-dist/doc/latex/fmtcount
parent526f95c7e0013092d39bdb1032b05354fd39d5e9 (diff)
fmtcount (17aug13)
git-svn-id: svn://tug.org/texlive/trunk@31456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fmtcount')
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/CHANGES10
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/README4
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex12
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdfbin541382 -> 543970 bytes
4 files changed, 18 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/fmtcount/CHANGES b/Master/texmf-dist/doc/latex/fmtcount/CHANGES
index f21c7c77c67..bb24cc417d5 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/CHANGES
+++ b/Master/texmf-dist/doc/latex/fmtcount/CHANGES
@@ -1,5 +1,15 @@
fmtcount package versions:
+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
diff --git a/Master/texmf-dist/doc/latex/fmtcount/README b/Master/texmf-dist/doc/latex/fmtcount/README
index e3a137115d4..ee5ac6370fa 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/README
+++ b/Master/texmf-dist/doc/latex/fmtcount/README
@@ -1,6 +1,6 @@
-LaTeX Package : fmtcount v2.02
+LaTeX Package : fmtcount v2.03
-Last Modified : 2012-10-24
+Last Modified : 2013-08-17
Author : Nicola Talbot and Vincent Belaïche
diff --git a/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex b/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex
index 3730f0cf28b..bb19da7993b 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex
+++ b/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex
@@ -6,12 +6,12 @@
\padzeroes[5]
\newcommand{\printrow}[1]{%
-\newline
-\setcounter{N}{#1}
-\makebox[0.75in][r]{\decimal{N}\quad}
-\makebox[0.75in][r]{\hexadecimal{N}\quad}
-\makebox[0.75in][r]{\ordinal{N}\quad}
-\makebox[2in][l]{\numberstring{N}}
+ \newline
+ \setcounter{N}{#1}
+ \makebox[0.75in][r]{\decimal{N}\quad}
+ \makebox[0.75in][r]{\hexadecimal{N}\quad}
+ \makebox[0.75in][r]{\ordinal{N}\quad}
+ \makebox[2in][l]{\numberstring{N}}
}
\renewcommand{\thesection}{\ordinal{section}}
diff --git a/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf b/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
index 5d20b312c6d..d27dab44138 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
+++ b/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
Binary files differ