diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-11 23:07:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-11 23:07:29 +0000 |
commit | a470ba5d4ec3110ef27f634d1fe0c86f31b207fc (patch) | |
tree | f6cbbeb111827b7cd212221bff258d0ef820822c /Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex | |
parent | ef17fc663b90c21703aa9f0013478361b5ccb85e (diff) |
erewhon (11mar17)
git-svn-id: svn://tug.org/texlive/trunk@43463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/erewhon/erewhon-doc.tex | 3 |
1 files changed, 2 insertions, 1 deletions
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. |