From eff940599a54b47075fb1f52794c1c7672b75c55 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 11 Jan 2016 22:13:24 +0000 Subject: tempora (11jan16) git-svn-id: svn://tug.org/texlive/trunk@39354 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/tempora/ot2tempora.fd | 49 +++++++++++++++++++++++ Master/texmf-dist/tex/latex/tempora/tempora.sty | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/tex/latex/tempora/ot2tempora.fd (limited to 'Master/texmf-dist/tex/latex') 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} -- cgit v1.2.3