diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-02 22:39:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-02 22:39:15 +0000 |
commit | d67a29fcc364e11ab3a6f457ab7194f550c6319f (patch) | |
tree | f47f368c67b2bf05ff4b247af336b0b2faa76e6e /Master/texmf-dist/tex/latex/teubner | |
parent | 57641fb7736fa7dfb82f596d9cac992db6651895 (diff) |
teubner (2oct14)
git-svn-id: svn://tug.org/texlive/trunk@35301 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 | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/teubner/teubnertx.sty | 2 |
2 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/teubner/teubner.sty b/Master/texmf-dist/tex/latex/teubner/teubner.sty index b0a35f62396..9e867f0e043 100644 --- a/Master/texmf-dist/tex/latex/teubner/teubner.sty +++ b/Master/texmf-dist/tex/latex/teubner/teubner.sty @@ -44,7 +44,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{teubner}[% -2013/12/31 v.4.2 +2014/10/02 v.4.3 Extensions for Greek philology] \RequirePackage{iftex} \let\ifPDF\ifPDFTeX @@ -90,7 +90,17 @@ Type X <return> to exit.}% \ifx\languageattribute\undefined \def\GreekName{polutonikogreek}% \else - \languageattribute{greek}{polutoniko}\def\GreekName{greek}% + \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 \fi \newif\ifLipsian diff --git a/Master/texmf-dist/tex/latex/teubner/teubnertx.sty b/Master/texmf-dist/tex/latex/teubner/teubnertx.sty index 12f60171055..9f341df5eb4 100644 --- a/Master/texmf-dist/tex/latex/teubner/teubnertx.sty +++ b/Master/texmf-dist/tex/latex/teubner/teubnertx.sty @@ -43,7 +43,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \ProvidesPackage{teubnertx}[% -2013/12/31 v.4.2 +2014/10/02 v.4.3 Access to the LGR encoded Greek fonts that match the TX fonts] \DeclareFontFamily{LGR}{txr}{} |