diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-06 22:23:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-06 22:23:44 +0000 |
commit | 01061f977fe3237007dd69d708f18f140442198d (patch) | |
tree | 8183d95f663c580e5105f994e5d69b1781947494 /Master/texmf-dist/tex/latex | |
parent | 64caca9c0701991751d651c4c31f8dff6d97f449 (diff) |
arimo (6jan17)
git-svn-id: svn://tug.org/texlive/trunk@42880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/arimo/arimo.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/arimo/arimo.sty b/Master/texmf-dist/tex/latex/arimo/arimo.sty index 392f949c392..aa1ee63f97d 100644 --- a/Master/texmf-dist/tex/latex/arimo/arimo.sty +++ b/Master/texmf-dist/tex/latex/arimo/arimo.sty @@ -1,16 +1,16 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{arimo} - [2017/01/04 (Bob Tennent) Supports Arimo fonts for all LaTeX engines.] + [2017/01/05 (Bob Tennent) Supports Arimo fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} -\newif\ifarimo@otf +\newif\ifarimo@ttf \ifxetex - \arimo@otftrue + \arimo@ttftrue \else\ifluatex - \arimo@otftrue + \arimo@ttftrue \else % [pdf]LaTeX - \arimo@otffalse + \arimo@ttffalse \fi\fi \newif\ifarimo@default \arimo@defaultfalse @@ -20,22 +20,22 @@ \DeclareOptionX{scale}{\renewcommand*{\Arimo@scale}{#1}} \DeclareOptionX{sfdefault}{\arimo@defaulttrue} -\DeclareOptionX{type1}{\arimo@otffalse} +\DeclareOptionX{type1}{\arimo@ttffalse} \ProcessOptionsX\relax -\ifarimo@otf +\ifarimo@ttf \RequirePackage{fontspec} \else \RequirePackage{fontenc,fontaxes} \fi -\ifarimo@otf +\ifarimo@ttf \ifxetex\XeTeXtracingfonts=1\fi \defaultfontfeatures{ Ligatures = TeX , Scale = \Arimo@scale , - Extension = .otf } + Extension = .ttf } \setsansfont [ UprightFont = *-Regular , ItalicFont = *-Italic , @@ -58,7 +58,7 @@ \ifarimo@default\edef\familydefault{\sfdefault}\fi \fi -\ifarimo@otf +\ifarimo@ttf % turn off defaults in case other fonts are selected: \defaultfontfeatures{} \fi |