diff options
author | Karl Berry <karl@freefriends.org> | 2023-08-22 22:46:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-08-22 22:46:29 +0000 |
commit | a07d4da78eb3565edffdd8b676457684c47158dd (patch) | |
tree | e3ff81e52a8fbd118737ffb9cf361ac9f4d680d2 /Master/texmf-dist/tex/latex/teubner | |
parent | 7132d484d10d6a06ab868466f92eaf661d3cf2f9 (diff) |
teubner (23aug23)
git-svn-id: svn://tug.org/texlive/trunk@68022 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/teubner')
-rw-r--r-- | Master/texmf-dist/tex/latex/teubner/teubner.sty | 24 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/teubner/teubnertx.sty | 2 |
2 files changed, 11 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/teubner/teubner.sty b/Master/texmf-dist/tex/latex/teubner/teubner.sty index 1faa88f5b25..e1ce7b88da7 100644 --- a/Master/texmf-dist/tex/latex/teubner/teubner.sty +++ b/Master/texmf-dist/tex/latex/teubner/teubner.sty @@ -18,7 +18,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-01-01] \ProvidesPackage{teubner}[% -2023/06/10 v.5.8.0 +2023/08/22 v.5.8.2 Extensions for Greek philology] \RequirePackage{iftex} \let\ifPDF\ifPDFTeX @@ -64,22 +64,18 @@ Type X <return> to exit.}% \fontencoding{U}\fontfamily{mtr}\normalshape} \DeclareTextFontCommand{\textmtr}{\metricsfont} \RequirePackage{exscale} +\unless\ifcsname IfFileAtLeastTF\endcsname + \def\IfFileAtLeastTF#1{\expandafter\@ifl@t@r\csname ver@#1\endcsname}% +\fi + +\def\GreekName{greek} \ifx\languageattribute\undefined - \def\GreekName{polutonikogreek}% + \def\GreekName{polutonikogreek}% \else - \def\GreekName{greek} - \def\strip@slash#1-#2-#3!{\edef\@tempA{#1#2#3}} - \def\getgreekdate#1 #2 #3 #4!{\def\@tempA{#1}\expandafter\strip@slash\@tempA!} - \expandafter\expandafter\expandafter\getgreekdate\csname ver@greek.ldf\endcsname ! - \ifnum\@tempA<20140918 - \languageattribute{greek}{polutoniko}% - \else - \languageattribute{greek}{ancient}% - \fi - \let\strip@slash\@undefined - \let\getgreekdate\@undefined +\IfFileAtLeastTF{greek.ldf}{2014-09-18}% + {\languageattribute{greek}{ancient}}% + {\languageattribute{greek}{polutoniko}}% \fi - \newif\ifLipsian \providecommand*\substitutefontfamily{}% diff --git a/Master/texmf-dist/tex/latex/teubner/teubnertx.sty b/Master/texmf-dist/tex/latex/teubner/teubnertx.sty index f401c03333a..06e4a7e49fc 100644 --- a/Master/texmf-dist/tex/latex/teubner/teubnertx.sty +++ b/Master/texmf-dist/tex/latex/teubner/teubnertx.sty @@ -17,7 +17,7 @@ %% See the end of the file. %% \ProvidesPackage{teubnertx}[% -2023/06/10 v.5.8.0 +2023/08/22 v.5.8.2 Access to the LGR encoded Greek fonts that match the TX fonts] \DeclareFontFamily{LGR}{txr}{} |