summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/erewhon
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-08 22:17:56 +0000
committerKarl Berry <karl@freefriends.org>2015-04-08 22:17:56 +0000
commit5bc2a07ff38a7daf59322a36b9df8b0d8178c502 (patch)
tree23f542c10de1685508a29a28f3af17999a96e600 /Master/texmf-dist/tex/latex/erewhon
parent5f3454ca29ccd1362345a6517e1f98152738b16e (diff)
erewhon (8apr15)
git-svn-id: svn://tug.org/texlive/trunk@36743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/erewhon')
-rw-r--r--Master/texmf-dist/tex/latex/erewhon/erewhon.sty16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty
index 5ec963b5eb3..06c2de58661 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.03}
-\def\filedate{2015/04/06}
+\def\fileversion{1.04}
+\def\filedate{2015/04/07}
\ProvidesPackage{erewhon}
[\filedate\space v\fileversion]
@@ -45,10 +45,10 @@
\textnu{#1}\kern0em\textfractionsolidus\kern0em\textde{#2}}
\IfFileExists{xkeyval.sty}{
- \newcommand*{\Erewhon@scale}{1}
+ \newcommand*{\erewhon@scale}{1}
\RequirePackage{xkeyval}
- \DeclareOptionX{scale}{\renewcommand*{\Erewhon@scale}{##1}}
- \DeclareOptionX{scaled}{\renewcommand*{\Erewhon@scale}{##1}}
+ \DeclareOptionX{scale}{\renewcommand*{\erewhon@scale}{##1}}
+ \DeclareOptionX{scaled}{\renewcommand*{\erewhon@scale}{##1}}
\DeclareOptionX{space}[1.2]{\DeclareRobustCommand{\erewhon@sf}{%
\fontdimen2\font=##1\fontdimen2\font}}
}{
@@ -65,6 +65,8 @@
\newif\if@Erewhon@scosf
\def\useosf{\edef\Erewhon@figurestyle{OsF}}
\@onlypreamble\useosf
+\def\useproportional{\edef\Erewhon@figurealign{}}
+\@onlypreamble\useproportional
\newif\ifErewhon@babel
\ifdefined\bbl@tempa \Erewhon@babeltrue\fi
@@ -73,8 +75,8 @@
\DeclareOptionX{oldstyle}{\useosf}
\DeclareOptionX{osf}{\useosf}
\DeclareOptionX{tabular}{\edef\Erewhon@figurealign{T}}
-\DeclareOptionX{p}{\edef\Erewhon@figurealign{}}
-\DeclareOptionX{proportional}{\edef\Erewhon@figurealign{}}
+\DeclareOptionX{p}{\useproportional}
+\DeclareOptionX{proportional}{\useproportional}
\DeclareOptionX{sups}{\@Erewhon@supstrue}
\DeclareOptionX{scosf}{\@Erewhon@scosftrue}
\ExecuteOptionsX{lining,tabular}