diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/xistercian')
-rw-r--r-- | Master/texmf-dist/tex/latex/xistercian/xistercian.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/xistercian/xistercian.sty b/Master/texmf-dist/tex/latex/xistercian/xistercian.sty index 4726a236ef1..05e818dba95 100644 --- a/Master/texmf-dist/tex/latex/xistercian/xistercian.sty +++ b/Master/texmf-dist/tex/latex/xistercian/xistercian.sty @@ -29,6 +29,7 @@ %% and the derived files xistercian.pdf %% xistercian.sty %% +\ProvidesPackage{xistercian}[2021-11-23 v1.1a Cistercian numerals in LaTeX] \RequirePackage{pgf,expkv-opt} \newcommand*\xister@th{.1ex} \newcommand*\xister@tv{.18ex} @@ -352,15 +353,19 @@ \xister@symbols0000@@@@% \expandafter\@gobbletwo \fi - \@firstofone{\xister@c#1@@@@\relax#1@@@@}% + \@firstofone{\xister@c#1@@@@@@@@\relax#1@@@@}% } -\def\xister@c#1#2#3#4% +\def\xister@c#1#2#3#4#5#6#7#8% {% \xister@gobbletoat #1\xister@d{}% #2\xister@d{000}% #3\xister@d{00}% #4\xister@d0% + #5\xister@d{}% + #6\xister@d{000}% + #7\xister@d{00}% + #8\xister@d0% @\xister@c } \def\xister@d#1#2@\xister@c#3\relax{\xister@symbols#1} |