diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/erewhon/README | 6 | ||||
-rw-r--r-- | fonts/erewhon/opentype/Erewhon-Bold.otf | bin | 226864 -> 227032 bytes | |||
-rw-r--r-- | fonts/erewhon/opentype/Erewhon-BoldItalic.otf | bin | 206288 -> 206484 bytes | |||
-rw-r--r-- | fonts/erewhon/opentype/Erewhon-BoldSlanted.otf | bin | 218596 -> 218792 bytes | |||
-rw-r--r-- | fonts/erewhon/opentype/Erewhon-Italic.otf | bin | 207116 -> 207308 bytes | |||
-rw-r--r-- | fonts/erewhon/opentype/Erewhon-Regular.otf | bin | 257168 -> 257724 bytes | |||
-rw-r--r-- | fonts/erewhon/tex/erewhon.sty | 6 |
7 files changed, 8 insertions, 4 deletions
diff --git a/fonts/erewhon/README b/fonts/erewhon/README index d21f854393..11658fc7ad 100644 --- a/fonts/erewhon/README +++ b/fonts/erewhon/README @@ -2,7 +2,11 @@ This package provides LaTeX support files for the Erewhon fonts, made up of font http://www.ctan.org/license/lppl1.3 for the details of that license. -Current version: 1.107, 2020-05-12 +Current version: 1.108, 2020-05-27 + +Changes in version 1.108 +1. Added Russian ruble glyph (U+20BD) and thin space (U+202F) to each style, sourced from Heuristica. These are accessible only from Xe[La]TeX and Lua[La]TeX. +2. Added a macro \textruble to erewhon.sty so that LaTeX users can access an approximation to the ruble glyph as a text composite. Changes in version 1.107 1. More additions to the TS1 encoded symbols so that erewhon now has an almost full complement. diff --git a/fonts/erewhon/opentype/Erewhon-Bold.otf b/fonts/erewhon/opentype/Erewhon-Bold.otf Binary files differindex 348bab0727..51fae2676c 100644 --- a/fonts/erewhon/opentype/Erewhon-Bold.otf +++ b/fonts/erewhon/opentype/Erewhon-Bold.otf diff --git a/fonts/erewhon/opentype/Erewhon-BoldItalic.otf b/fonts/erewhon/opentype/Erewhon-BoldItalic.otf Binary files differindex 1cf069a26e..a475750ebb 100644 --- a/fonts/erewhon/opentype/Erewhon-BoldItalic.otf +++ b/fonts/erewhon/opentype/Erewhon-BoldItalic.otf diff --git a/fonts/erewhon/opentype/Erewhon-BoldSlanted.otf b/fonts/erewhon/opentype/Erewhon-BoldSlanted.otf Binary files differindex 6aa4dc9442..131aac48c9 100644 --- a/fonts/erewhon/opentype/Erewhon-BoldSlanted.otf +++ b/fonts/erewhon/opentype/Erewhon-BoldSlanted.otf diff --git a/fonts/erewhon/opentype/Erewhon-Italic.otf b/fonts/erewhon/opentype/Erewhon-Italic.otf Binary files differindex 2084ed5057..377e0d9666 100644 --- a/fonts/erewhon/opentype/Erewhon-Italic.otf +++ b/fonts/erewhon/opentype/Erewhon-Italic.otf diff --git a/fonts/erewhon/opentype/Erewhon-Regular.otf b/fonts/erewhon/opentype/Erewhon-Regular.otf Binary files differindex f11dc15333..67dd703396 100644 --- a/fonts/erewhon/opentype/Erewhon-Regular.otf +++ b/fonts/erewhon/opentype/Erewhon-Regular.otf diff --git a/fonts/erewhon/tex/erewhon.sty b/fonts/erewhon/tex/erewhon.sty index 42a7ffb732..dac2b787b9 100644 --- a/fonts/erewhon/tex/erewhon.sty +++ b/fonts/erewhon/tex/erewhon.sty @@ -2,7 +2,7 @@ %% \NeedsTeXFormat{LaTeX2e} \def\fileversion{1.107} -\def\filedate{2020/05/10} +\def\filedate{2020/05/12} \ProvidesPackage{erewhon} [\filedate\space v\fileversion] @@ -11,9 +11,7 @@ %\RequirePackage[T2A,T2B,T2C,LY1,T1]{fontenc} \RequirePackage[T1]{fontenc} \RequirePackage{textcomp} -%\traceon \DeclareEncodingSubset{TS1}{erewhon-*}{0} -%\traceoff \RequirePackage{ifthen} \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} \RequirePackage{etoolbox} @@ -137,6 +135,8 @@ OsF}\fontshape{sc}\selectfont #1}% \renewcommand*{\rmdefault}{erewhon-TLF} % always TLF in math \renewcommand*{\familydefault}{\rmdefault} +\DeclareRobustCommand{\textruble}{\rlap{\kern.027em\rule[.267em]{.1em}{.033em}}\rlap{\kern.027em\rule[.178em]{.417em}{.033em}}P} + \DeclareTextCommand{\textcircled}{TS1}[1]{\hmode@bgroup \ooalign{% \hfil \raise .37ex\hbox {\fontencoding{T1}\fontseries{m}\fontshape{sc}\fontsize{7.2}{7.2}\selectfont \lowercase{#1}}\hfil \crcr |