diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-12 22:16:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-12 22:16:22 +0000 |
commit | 7197d6bc3e392bab8d577d8a780dd1967b294eb6 (patch) | |
tree | d6209eea671290496802a38cc3b9a80131e97964 /Master/texmf-dist/tex/latex | |
parent | 61c3a9caf5abf3d2d9ce2e9a818ba0f4b9ae1193 (diff) |
rm numending, noinfo license
git-svn-id: svn://tug.org/texlive/trunk@37352 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/numending/numending.sty | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/numending/numending.sty b/Master/texmf-dist/tex/latex/numending/numending.sty deleted file mode 100644 index 24d54bdf4d6..00000000000 --- a/Master/texmf-dist/tex/latex/numending/numending.sty +++ /dev/null @@ -1,6 +0,0 @@ -\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 |