diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/erewhon')
-rw-r--r-- | Master/texmf-dist/tex/latex/erewhon/OT2erewhon-TLF.fd | 44 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/erewhon/erewhon.fontspec | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/erewhon/erewhon.sty | 6 |
3 files changed, 47 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/erewhon/OT2erewhon-TLF.fd b/Master/texmf-dist/tex/latex/erewhon/OT2erewhon-TLF.fd new file mode 100644 index 00000000000..3da0739156c --- /dev/null +++ b/Master/texmf-dist/tex/latex/erewhon/OT2erewhon-TLF.fd @@ -0,0 +1,44 @@ +%Filename: OT2erewhon-TLF.fd +%Created by: tex erewhonot2-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{OT2erewhon-TLF.fd} + [2016/02/05 Fontinst v1.933 font definitions for OT2/erewhon-TLF.] + +\expandafter\ifx\csname erewhon@scale\endcsname\relax + \let\erewhon@@scale\@empty +\else + \edef\erewhon@@scale{s*[\csname erewhon@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT2}{erewhon-TLF}{} + +\DeclareFontShape{OT2}{erewhon-TLF}{m}{n}{ + <-> \erewhon@@scale Erewhon-Regular-tlf-ot2 +}{} +\DeclareFontShape{OT2}{erewhon-TLF}{m}{sl}{ + <-> \erewhon@@scale Erewhon-RegularSlanted-tlf-ot2 +}{} + +\DeclareFontShape{OT2}{erewhon-TLF}{m}{it}{ + <-> \erewhon@@scale Erewhon-Italic-tlf-ot2 +}{} + +\DeclareFontShape{OT2}{erewhon-TLF}{b}{n}{ + <-> \erewhon@@scale Erewhon-Bold-tlf-ot2 +}{} +\DeclareFontShape{OT2}{erewhon-TLF}{b}{sl}{ + <-> \erewhon@@scale Erewhon-BoldSlanted-tlf-ot2 +}{} + +\DeclareFontShape{OT2}{erewhon-TLF}{b}{it}{ + <-> \erewhon@@scale Erewhon-BoldItalic-tlf-ot2 +}{} + +\DeclareFontShape{OT2}{erewhon-TLF}{bx}{n}{<->ssub * erewhon-TLF/b/n}{} +\DeclareFontShape{OT2}{erewhon-TLF}{bx}{it}{<->ssub * erewhon-TLF/b/it}{} +\DeclareFontShape{OT2}{erewhon-TLF}{bx}{sl}{<->ssub * erewhon-TLF/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/erewhon/erewhon.fontspec b/Master/texmf-dist/tex/latex/erewhon/erewhon.fontspec index bbc3abd6156..4d6533a0411 100644 --- a/Master/texmf-dist/tex/latex/erewhon/erewhon.fontspec +++ b/Master/texmf-dist/tex/latex/erewhon/erewhon.fontspec @@ -7,6 +7,4 @@ ItalicFont = Erewhon-Italic, BoldItalicFont = Erewhon-BoldItalic, UprightFont = Erewhon-Regular, - SmallCapsFont = Erewhon-Regular, - SmallCapsFeatures = {Letters=SmallCaps} } diff --git a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty index 06c2de58661..637012f9314 100644 --- a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty +++ b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty @@ -1,8 +1,8 @@ %% erewhon.sty %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.04} -\def\filedate{2015/04/07} +\def\fileversion{1.05} +\def\filedate{2016/02/05} \ProvidesPackage{erewhon} [\filedate\space v\fileversion] @@ -68,7 +68,7 @@ \def\useproportional{\edef\Erewhon@figurealign{}} \@onlypreamble\useproportional \newif\ifErewhon@babel -\ifdefined\bbl@tempa \Erewhon@babeltrue\fi +\ifdefined\bbl@version \Erewhon@babeltrue\fi \DeclareOptionX{lining}{\edef\Erewhon@figurestyle{LF}} \DeclareOptionX{lf}{\edef\Erewhon@figurestyle{LF}} |