diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/erewhon/erewhon.sty | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty index f072207fac5..42a7ffb7327 100644 --- a/Master/texmf-dist/tex/latex/erewhon/erewhon.sty +++ b/Master/texmf-dist/tex/latex/erewhon/erewhon.sty @@ -1,16 +1,19 @@ %% erewhon.sty %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.106} -\def\filedate{2020/05/05} +\def\fileversion{1.107} +\def\filedate{2020/05/10} \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.} +\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[T1]{fontenc} \RequirePackage{textcomp} +%\traceon +\DeclareEncodingSubset{TS1}{erewhon-*}{0} +%\traceoff \RequirePackage{ifthen} \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} \RequirePackage{etoolbox} @@ -134,6 +137,13 @@ OsF}\fontshape{sc}\selectfont #1}% \renewcommand*{\rmdefault}{erewhon-TLF} % always TLF in math \renewcommand*{\familydefault}{\rmdefault} +\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 + \textbigcircle + }% + \egroup} + \if@Erewhon@sups % \ifdefined\sufigures \def\f@@tn@te{footnote} |