diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-21 21:03:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-21 21:03:03 +0000 |
commit | 6e7246594936258f7f1ade817b585d9496ac1ba7 (patch) | |
tree | 5413cb6d64d4384c5ac804ee76f194b83e90c6a5 /Master/texmf-dist/tex/latex/cochineal | |
parent | 276ae49bb7d3622dcf927ef4de4eeff54135b20b (diff) |
cochineal (21sep20)
git-svn-id: svn://tug.org/texlive/trunk@56389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cochineal')
-rw-r--r-- | Master/texmf-dist/tex/latex/cochineal/cochineal.sty | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/cochineal/cochineal.sty b/Master/texmf-dist/tex/latex/cochineal/cochineal.sty index 110ed576348..187f6a45440 100644 --- a/Master/texmf-dist/tex/latex/cochineal/cochineal.sty +++ b/Master/texmf-dist/tex/latex/cochineal/cochineal.sty @@ -1,8 +1,8 @@ %% cochineal.sty %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.062} -\def\filedate{2020/09/14} +\def\fileversion{1.063} +\def\filedate{2020/09/20} \ProvidesPackage{cochineal} [\filedate\space v\fileversion.] @@ -10,7 +10,7 @@ \RequirePackage{textcomp} \DeclareEncodingSubset{TS1}{Cochineal-*}{0} \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} -\RequirePackage{xstring,ifthen} % for \textfrac +\RequirePackage{xstring,ifthen,scalefnt} % for \textfrac \RequirePackage{etoolbox} \IfFileExists{fontaxes.sty}{ \RequirePackage{fontaxes} @@ -63,7 +63,7 @@ \or% 3 \or\kern -.03em% 4 \or% 5 - \or\kern -.03em% 6 + \or% 6 \or\kern .02em% 7 \fi% \textde{#3}% denominator [#3] @@ -174,7 +174,8 @@ OsF}\fontshape{sc}\selectfont #1}% \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 + \hfil \raise .37ex\hbox {\fontencoding{T1}\fontfamily{Cochineal-TOsF}\fontseries{m}\fontshape{sc}\selectfont\scalefont{.72}% +\lowercase{#1}}\hfil \crcr \char 79 %\textbigcircle }% \egroup} |