summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-22 23:03:14 +0000
committerKarl Berry <karl@freefriends.org>2017-02-22 23:03:14 +0000
commitdec6d339ad553b0ae8b20913763f65aa18824f5e (patch)
tree827f99295c6c645780977e2636bc9f8c32b8e3e7
parent6bd6223e48c794aa1407dafeb7eb30c7c695694c (diff)
erewhon (22feb17)
git-svn-id: svn://tug.org/texlive/trunk@43305 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/erewhon/README5
-rw-r--r--Master/texmf-dist/tex/latex/erewhon/erewhon.sty7
2 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/erewhon/README b/Master/texmf-dist/doc/fonts/erewhon/README
index 4268de05f6a..b85490492ce 100644
--- a/Master/texmf-dist/doc/fonts/erewhon/README
+++ b/Master/texmf-dist/doc/fonts/erewhon/README
@@ -2,7 +2,10 @@ 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.071, 2016-12-31
+Current version: 1.072, 2017-02-21
+
+Changes in version 1.072
+Modified erewhon.sty to not require any T2 encodings. Cyrillic users will have to load the appropriate encoding themselves.
Changes in version 1.071
Added two entries to smcp table so that dotlessi and dotlessj map to correct small cap glyph.
diff --git a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty
index 637012f9314..8f213569421 100644
--- a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty
+++ b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty
@@ -1,14 +1,15 @@
%% erewhon.sty
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.05}
-\def\filedate{2016/02/05}
+\def\fileversion{1.072}
+\def\filedate{2017/02/21}
\ProvidesPackage{erewhon}
[\filedate\space v\fileversion]
\message{`erewhon' v\fileversion, \filedate\space Style file for Erewhon (m_sharpe), based on Heuristica (a_panov) and, ultimately, Utopia.}
-\RequirePackage[T2A,T2B,T2C,LY1,T1]{fontenc}
+%\RequirePackage[T2A,T2B,T2C,LY1,T1]{fontenc}
+\RequirePackage[LY1,T1]{fontenc}
\RequirePackage{textcomp}
\IfFileExists{mweights.sty}{\RequirePackage{mweights}}{}
\RequirePackage{etoolbox}