diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tempora/ot2tempora.fd | 49 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tempora/tempora.sty | 2 |
2 files changed, 50 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/tempora/ot2tempora.fd b/Master/texmf-dist/tex/latex/tempora/ot2tempora.fd new file mode 100644 index 00000000000..e8e83dff96f --- /dev/null +++ b/Master/texmf-dist/tex/latex/tempora/ot2tempora.fd @@ -0,0 +1,49 @@ +%% +\ProvidesFile{ot2tempora.fd} + [2016/01/11 Font definitions for OT2/Tempora.] + +\expandafter\ifx\csname LGCscale\endcsname\relax + \let\Tempora@@scale\@empty +\else + \edef\Tempora@@scale{s*[\csname LGCscale\endcsname]}% +\fi + +\DeclareFontFamily{OT2}{Tempora}{} + +\DeclareFontShape{OT2}{Tempora}{m}{it}{ + <-> \Tempora@@scale Tempora-Italic-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{m}{n}{ + <-> \Tempora@@scale Tempora-Regular-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{m}{sl}{ + <-> ssub * Tempora/m/it +}{} + +\DeclareFontShape{OT2}{Tempora}{b}{it}{ + <-> \Tempora@@scale Tempora-BoldItalic-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{b}{n}{ + <-> \Tempora@@scale Tempora-Bold-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{b}{sl}{ + <-> ssub * Tempora/b/it +}{} + +\DeclareFontShape{OT2}{Tempora}{bx}{n}{ + <-> ssub * Tempora/b/n +}{} + +\DeclareFontShape{OT2}{Tempora}{bx}{sl}{ + <-> ssub * Tempora/b/sl +}{} + +\DeclareFontShape{OT2}{Tempora}{bx}{it}{ + <-> ssub * Tempora/b/it +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/tempora/tempora.sty b/Master/texmf-dist/tex/latex/tempora/tempora.sty index 35a9d71d5f6..43674a9074b 100644 --- a/Master/texmf-dist/tex/latex/tempora/tempora.sty +++ b/Master/texmf-dist/tex/latex/tempora/tempora.sty @@ -2,7 +2,7 @@ \ProvidesPackage{tempora} [2015/09/13 Style file for Tempora (msharpe).] -\RequirePackage[T2C,T2B,T2A,LGR]{fontenc} +\RequirePackage[OT2,T2C,T2B,T2A,LGR]{fontenc} \IfFileExists{xkeyval.sty}{ \providecommand*{\LGCscale}{1} |