diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-21 22:15:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-21 22:15:47 +0000 |
commit | 331a1180feea6213091c83e9e388d84f1c33acef (patch) | |
tree | 6d801e81e5f7bf9a216a111d7eee5e3b670bf766 /Master/texmf-dist/source/latex/teubner | |
parent | bbe24441779050c99ebbb179e03fc865124ce114 (diff) |
teubner (21jan21)
git-svn-id: svn://tug.org/texlive/trunk@57486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/teubner')
-rw-r--r-- | Master/texmf-dist/source/latex/teubner/teubner.dtx | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/teubner/teubner.dtx b/Master/texmf-dist/source/latex/teubner/teubner.dtx index fc126c7554c..109f12c1444 100644 --- a/Master/texmf-dist/source/latex/teubner/teubner.dtx +++ b/Master/texmf-dist/source/latex/teubner/teubner.dtx @@ -4,7 +4,7 @@ \input docstrip.tex \keepsilent \preamble -Copyright 2001--2020 Claudio Beccari All rights reserved. +Copyright 2001--2021 Claudio Beccari All rights reserved. This system is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -43,7 +43,7 @@ See the end of the file. %<package>\ProvidesPackage{teubner}[% %<tbtx>\ProvidesPackage{teubnertx}[% %<*driver,package,tbtx> -2020/11/17 v.5.0 +2021/01/21 v.5.2 %<package>Extensions for Greek philology] %<tbtx>Access to the LGR encoded Greek fonts that match the TX fonts] %</driver,package,tbtx> @@ -84,7 +84,7 @@ See the end of the file. %</driver> % \fi % -% \CheckSum{4130} +% \CheckSum{4132} % \begin{multicols}{2}\tableofcontents\end{multicols} % % @@ -3316,17 +3316,17 @@ $\displaystyle\left.% % Both |\greeknumeral| and |\Greeknumeral|, the latter producing % upper case Greek numerals, while the former produces lower case % ones, resort to robust internal macros if the |greek.ldf| language -% description style; they are renamed versions of the original macros -% that ar perfect for modern Greek usage; therefore we simply let the -% glyph placeholders for the vales 6, 90, and 900, originally indicated -% with the place hoders |\textstigma| and |\textkoppa|, (together with +% description style is active; they are renamed versions of the original +% macros that are perfect for modern Greek usage; therefore we simply let +% the glyph placeholders for the vales 6, 90, and 900, originally indicated +% with the place holders |\textstigma| and |\textkoppa|, (together with % their capital glyph counterparts) the the place holders for % |\textdigamma| and |\textqoppa|; with the value~6, we decided to use % either the stigma or the digamma sign by using the usual asterisk % added to the macro names; the \LaTeX\,3 language greatly simplifies % this task. % -% Therefore |\Greeknumeral| and% |\greeknumeral| macros are redefined +% Therefore |\Greeknumeral| and |\greeknumeral| macros are redefined % by means of |\RenewDocumentCommand| that assures solidity and by % resorting to the internal |greek.ldf| macros, we avoid all the tests % that the previous version had to make in order to handle the @@ -3340,7 +3340,9 @@ $\displaystyle\left.% % |greek.ldf| file; we define the |\grtoday| date in lower case % letters that differs from the |\today| one, because the numerals % for the day and the year are composed with the Greek numeral macros -% just defined, The optional asterisk ti |\grtoday| is passed directly to the |\greeknumeral| macros, although in a complicated way in order to avoid messing the |\expandafter| workings +% just defined, The optional asterisk to |\grtoday| is passed directly +% to the |\greeknumeral| macros, although in a complicated way in order +% to avoid messing the |\expandafter| workings % \begin{macrocode} % @@ -3358,7 +3360,8 @@ $\displaystyle\left.% {\let\textstigmagreek\textdigamma \let\textStigmagreek\textDigamma}% \bbl@greek@GreekNum\@firstoftwo{#2}\egroup} -\NewDocumentCommand\grtoday{ s }% +\providecommand\grtoday{} +\RenewDocumentCommand\grtoday{ s }% {\bgroup\IfBooleanTF{#1}% {\greeknumeral*{\the\day}\space\gr@c@month\space\greeknumeral*{\the\year}}% {\greeknumeral{\the\day}\space\gr@c@month\space\greeknumeral{\the\year}}% |