diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-11 22:13:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-11 22:13:24 +0000 |
commit | eff940599a54b47075fb1f52794c1c7672b75c55 (patch) | |
tree | a95727b430fc8f919a33c27822709acbcab08898 /Master/texmf-dist/tex/latex/tempora | |
parent | 5ff4da212b9c32faddaff5d81fe8910e16395b39 (diff) |
tempora (11jan16)
git-svn-id: svn://tug.org/texlive/trunk@39354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tempora')
-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} |