From a470ba5d4ec3110ef27f634d1fe0c86f31b207fc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Mar 2017 23:07:29 +0000 Subject: erewhon (11mar17) git-svn-id: svn://tug.org/texlive/trunk@43463 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/erewhon/README | 5 ++++- .../texmf-dist/doc/fonts/erewhon/erewhon-doc.pdf | Bin 250965 -> 266173 bytes .../texmf-dist/doc/fonts/erewhon/erewhon-doc.tex | 3 ++- Master/texmf-dist/tex/latex/erewhon/erewhon.sty | 20 ++++++++++---------- 4 files changed, 16 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/fonts/erewhon/README b/Master/texmf-dist/doc/fonts/erewhon/README index 610c9e231fb..8da3df06254 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.074, 2017-03-08 +Current version: 1.075, 2017-03-11 + +Changes in version 1.075 +Modified the sty file so that Erewhon text figure styles are selected always in the \AtEndPreamble hook. (Formerly, using babel would prevent this.) Changes in version 1.074 Modified some metadata in the otf files, correcting some misbehaviors in some programs and platforms. diff --git a/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.pdf b/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.pdf index 498172640a1..2db26c416a2 100644 Binary files a/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.pdf and b/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.pdf differ diff --git a/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex b/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex index 45195645eb5..df0440073b2 100644 --- a/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex +++ b/Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex @@ -37,10 +37,11 @@ The {\tt newtx} package has been modified, as of version $1.26$, to offer a new option {\tt utopia} (or, equivalently, {\tt heuristica} or {\tt erewhon}) that uses math italic glyphs taken from Utopia and oldstyle figures from \emph{Erewhon}. Its slanted Greek alphabets are constructed from the {\tt txfonts} slanted Greek letters by reducing their italic angle from $15.5$\textdegree\ to $13$\textdegree, matching Utopia's italic angle. So, for Erewhon text and matching math, you can use\footnote{There is most likely also a way to use {\tt MathDesign} or {\tt fourier} with at least partial compatibility.}: \begin{verbatim} +% load babel package and options before erewhon \usepackage[p,osf,scaled=.98]{erewhon} \usepackage[varqu,varl]{inconsolata} % typewriter \usepackage[type1,scaled=.95]{cabin} % sans serif like Gill Sans -\usepackage[utopia,vvarbb,bigdelims]{newtxmath} +\usepackage[utopia,vvarbb]{newtxmath} \end{verbatim} The effect of the options {\tt p,osf} is to force the default figure style in {\tt erewhon} text to be proportional oldstyle 0123456789 while using lining figures $0123456789$ in math mode. If no options are specified, tabular lining figures will be used throughout. diff --git a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty index 8f213569421..dd50919aadc 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.072} -\def\filedate{2017/02/21} +\def\fileversion{1.075} +\def\filedate{2017/03/11} \ProvidesPackage{erewhon} [\filedate\space v\fileversion] @@ -68,8 +68,8 @@ \@onlypreamble\useosf \def\useproportional{\edef\Erewhon@figurealign{}} \@onlypreamble\useproportional -\newif\ifErewhon@babel -\ifdefined\bbl@version \Erewhon@babeltrue\fi +%\newif\ifErewhon@babel +%\ifdefined\bbl@version \Erewhon@babeltrue\fi \DeclareOptionX{lining}{\edef\Erewhon@figurestyle{LF}} \DeclareOptionX{lf}{\edef\Erewhon@figurestyle{LF}} @@ -136,14 +136,14 @@ OsF}\fontshape{sc}\selectfont #1}% \fi% \fi -\ifErewhon@babel - \renewcommand*{\rmdefault}{erewhon-\Erewhon@figurealign% - \Erewhon@figurestyle} - \normalfont -\else +%\ifErewhon@babel +% \renewcommand*{\rmdefault}{erewhon-\Erewhon@figurealign% +% \Erewhon@figurestyle} +% \normalfont +%\else \AtEndPreamble{% \renewcommand*{\rmdefault}{erewhon-\Erewhon@figurealign% \Erewhon@figurestyle} \normalfont} -\fi +%\fi \endinput -- cgit v1.2.3