diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/numending/numending.sty | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/numending/numending.sty b/Master/texmf-dist/tex/latex/numending/numending.sty new file mode 100644 index 00000000000..24d54bdf4d6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/numending/numending.sty @@ -0,0 +1,6 @@ +\ProvidesPackage{numending} +\def\numending#1#2#3#4{\ifnum#1>100 +\numending{\numexpr#1-100\relax}{#2}{#3}{#4}\else \ifnum#1 < 21 +\ifnum#1> 4 #4\else\ifnum#1=1 #2 \else#3\fi\fi\else \ifnum#1 < 31 +\numending{\numexpr#1-20\relax}{#2}{#3}{#4}\else +\numending{\numexpr#1-10\relax}{#2}{#3}{#4}\fi\fi\fi}
\ No newline at end of file |