summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tinos
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-06 22:24:20 +0000
committerKarl Berry <karl@freefriends.org>2017-01-06 22:24:20 +0000
commit52d7d5208192503858acc177a81ce338580073ec (patch)
treea0ea5faa8a5caf91cedd43bcf5c621cc6e0eefdb /Master/texmf-dist/tex/latex/tinos
parent614ebc9c3acb6bafe1a8dfddfdbd78ba097f2611 (diff)
tinos (6jan17)
git-svn-id: svn://tug.org/texlive/trunk@42882 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tinos')
-rw-r--r--Master/texmf-dist/tex/latex/tinos/tinos.sty22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/tinos/tinos.sty b/Master/texmf-dist/tex/latex/tinos/tinos.sty
index 47beb1ee66f..087b29cb9ea 100644
--- a/Master/texmf-dist/tex/latex/tinos/tinos.sty
+++ b/Master/texmf-dist/tex/latex/tinos/tinos.sty
@@ -1,16 +1,16 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tinos}
- [2017/01/03 (Bob Tennent) Supports Tinos fonts for all LaTeX engines.]
+ [2017/01/05 (Bob Tennent) Supports Tinos fonts for all LaTeX engines.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
-\newif\iftinos@otf
+\newif\iftinos@ttf
\ifxetex
- \tinos@otftrue
+ \tinos@ttftrue
\else\ifluatex
- \tinos@otftrue
+ \tinos@ttftrue
\else % [pdf]LaTeX
- \tinos@otffalse
+ \tinos@ttffalse
\fi\fi
@@ -19,28 +19,28 @@
\DeclareOptionX{scale}{\renewcommand*{\Tinos@scale}{#1}}
-\DeclareOptionX{type1}{\tinos@otffalse}
+\DeclareOptionX{type1}{\tinos@ttffalse}
\ProcessOptionsX\relax
-\iftinos@otf\else % type1
+\iftinos@ttf\else % type1
\def\tinos@figurestyle{LF}
\def\tinos@figurealign{T}
\fi
-\iftinos@otf
+\iftinos@ttf
\RequirePackage{fontspec}
\else
\RequirePackage{fontenc,fontaxes}
\fi
-\iftinos@otf
+\iftinos@ttf
\ifxetex\XeTeXtracingfonts=1\fi
\defaultfontfeatures{
Ligatures = TeX ,
Scale = \Tinos@scale ,
- Extension = .otf }
+ Extension = .ttf }
\setmainfont
[ UprightFont = *-Regular ,
ItalicFont = *-Italic ,
@@ -54,7 +54,7 @@
\fi
-\iftinos@otf
+\iftinos@ttf
% turn off defaults in case other fonts are selected:
\defaultfontfeatures{}
\fi