summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-24 23:55:24 +0000
committerKarl Berry <karl@freefriends.org>2007-04-24 23:55:24 +0000
commitc65c25c59074eaa09621f4fd782362b2c5227e32 (patch)
tree70d64612457606868bfbc0f31af7dc82dde56ab5 /Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
parent0f300547ff60c57ac58422c1d92660da8bf5efb0 (diff)
fmtcount 1.09 (24apr07)
git-svn-id: svn://tug.org/texlive/trunk@4182 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex')
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex b/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
index 3600e0b5abd..0c81dc887fd 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
+++ b/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
@@ -138,8 +138,10 @@ Current language: French (Belgium).
\typeout{Which format?^^J}
\typeout{[1] ordinalstring}
\typeout{[2] Ordinalstring}
-\typeout{[3] numberstring}
-\typeout{[4] Numberstring}
+\typeout{[3] ORDINALstring}
+\typeout{[4] numberstring}
+\typeout{[5] Numberstring}
+\typeout{[6] NUMBERstring}
\typein[\response]{Default: 1}
@@ -147,16 +149,20 @@ Current language: French (Belgium).
\ifthenelse{\equal{\response}{1}}{\myctr=1}{
\ifthenelse{\equal{\response}{2}}{\myctr=2}{
\ifthenelse{\equal{\response}{3}}{\myctr=3}{
-\ifthenelse{\equal{\response}{4}}{\myctr=4}{\myctr=-1
-\typeout{Invalid response '\response', please select a number from 1 to 4}}}}}
+\ifthenelse{\equal{\response}{4}}{\myctr=4}{
+\ifthenelse{\equal{\response}{5}}{\myctr=5}{
+\ifthenelse{\equal{\response}{6}}{\myctr=6}{\myctr=-1
+\typeout{Invalid response '\response', please select a number from 1 to 4}}}}}}}
\ifnum\myctr=-1
\repeat
\ifcase\myctr
\or\def\stringtype{ordinalstring}
\or\def\stringtype{Ordinalstring}
+\or\def\stringtype{ORDINALstring}
\or\def\stringtype{numberstring}
\or\def\stringtype{Numberstring}
+\or\def\stringtype{NUMBERstring}
\fi
\ifnum\langid>3