diff options
author | Norbert Preining <preining@logic.at> | 2007-11-16 11:33:43 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-16 11:33:43 +0000 |
commit | e09474732b311900d75c3ebd4666b95064d67317 (patch) | |
tree | 8a56418701c9de3f8134a2b4898a5de855340f6e /Master/texmf-dist/tex/latex | |
parent | a2cb9d37964308f856390aa46d841e196c72b852 (diff) |
teubner v.2.2c
git-svn-id: svn://tug.org/texlive/trunk@5465 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/teubner/teubner.sty | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/teubner/teubner.sty b/Master/texmf-dist/tex/latex/teubner/teubner.sty index b6d6a29490e..14f1e3ff1b4 100644 --- a/Master/texmf-dist/tex/latex/teubner/teubner.sty +++ b/Master/texmf-dist/tex/latex/teubner/teubner.sty @@ -43,7 +43,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{teubner} - [2004/09/14 v.2.2b extensions for Greek philology] + [2006/01/14 v.2.2c extensions for Greek philology] \ifx\teubner\undefined \def\teubner{teubner}\else\expandafter\endinput \fi @@ -59,8 +59,11 @@ Type X <return> to exit.}% \fi \newif\ifor\orfalse % Compatibility with older versions \DeclareOption{or}{\relax} +\newif\ifonesizetypeone +\DeclareOption{10pt}{\onesizetypeonetrue} \ProcessOptions* \def\GRencoding@name{LGR} +\ifonesizetypeone\RequirePackage[10pt]{type1ec}[2002/09/07]\fi \input{lgrcmr.fd} \expandafter\EC@family\expandafter{\GRencoding@name}{cmr}{m}{it} {grml} \expandafter\EC@family\expandafter{\GRencoding@name}{cmr}{bx}{it} {grxl} |