diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-09 22:19:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-09 22:19:10 +0000 |
commit | 5eb3d28bc68d47fc7eb74e47ac1f6f5c0787ec72 (patch) | |
tree | 4df1478569d269659f20d61fb6586a5b8e8cf47f /Master/texmf-dist/doc/latex | |
parent | 5e664832d01265bd37a5cbdd56729feb90ce8fa9 (diff) |
fmtcount (9may15)
git-svn-id: svn://tug.org/texlive/trunk@37298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/fmtcount/CHANGES | 22 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fmtcount/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fmtcount/fc-typeout-languages.tex | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf | bin | 525553 -> 537356 bytes |
5 files changed, 49 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/fmtcount/CHANGES b/Master/texmf-dist/doc/latex/fmtcount/CHANGES index e63267c0b2a..6e23a87d5fc 100644 --- a/Master/texmf-dist/doc/latex/fmtcount/CHANGES +++ b/Master/texmf-dist/doc/latex/fmtcount/CHANGES @@ -1,5 +1,27 @@ 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 diff --git a/Master/texmf-dist/doc/latex/fmtcount/README b/Master/texmf-dist/doc/latex/fmtcount/README index 081c38f578e..e4ba96130ad 100644 --- a/Master/texmf-dist/doc/latex/fmtcount/README +++ b/Master/texmf-dist/doc/latex/fmtcount/README @@ -1,6 +1,6 @@ -LaTeX Package : fmtcount v3.00 +LaTeX Package : fmtcount v3.01 -Last Modified : 2014-07-18 +Last Modified : 2015-05-05 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 cbc8141779f..f0f0c00b84e 100644 --- a/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex +++ b/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex @@ -93,8 +93,11 @@ numberstring Referencing a label: \ref{ex}. -Passing numbers explicitly: \ordinalnum{10}, -\Numberstringnum{10}, \NUMBERstringnum{10}, \Ordinalstringnum{10}, +Passing numbers explicitly: +\ordinalnum{10}, +\Numberstringnum{10}, +\NUMBERstringnum{10}, +\Ordinalstringnum{10}, \ORDINALstringnum{10}. \end{document} diff --git a/Master/texmf-dist/doc/latex/fmtcount/fc-typeout-languages.tex b/Master/texmf-dist/doc/latex/fmtcount/fc-typeout-languages.tex new file mode 100644 index 00000000000..1759593d13e --- /dev/null +++ b/Master/texmf-dist/doc/latex/fmtcount/fc-typeout-languages.tex @@ -0,0 +1,20 @@ +\documentclass{article} +\usepackage{fmtcount} +\usepackage{lipsum} +\newwrite\styfiles +\openout\styfiles=fc-styfiles.txt +\begin{document} +\immediate\write\styfiles{STYFILES=\string\^^J} +\makeatletter +{% + \def\@tempb#1{% + \immediate\write\styfiles{fc-#1.def\string\^^J}% + }% + \fc@iterate@on@languages\@tempb +} +\makeatother +\immediate\write\styfiles{fmtcount.sty fcnumparser.sty fcprefix.sty} +\closeout\styfiles +\lipsum +\clearpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf b/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf Binary files differindex c916e486947..9bc1c9296e0 100644 --- a/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf +++ b/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf |