From a45bb50e6d197461eb8af7ae4add67b7c925045f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Sep 2020 21:03:54 +0000 Subject: etbb (21sep20) git-svn-id: svn://tug.org/texlive/trunk@56390 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/etbb/README | 5 ++++- Master/texmf-dist/tex/latex/etbb/ETbb.sty | 14 +++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/fonts/etbb/README b/Master/texmf-dist/doc/fonts/etbb/README index 137aa7fd8b2..14bda97f767 100644 --- a/Master/texmf-dist/doc/fonts/etbb/README +++ b/Master/texmf-dist/doc/fonts/etbb/README @@ -3,7 +3,10 @@ provides a version of Bembo in otf and pfb formats plus LaTeX font support files http://www.ctan.org/license/lppl1.3 for the details of that license. Note that Bembo is a name trademarked by Monotype, hence the strange name for this package, drawn from the Berry id for the Bembo font family. -Current version: 1.05 2020-07-01 +Current version: 1.051 2020-09-20 + +Changes in version 1.051 +Modified the \textcircled macro so as to scale as expected. Changes in version 1.05 1. Added swashQ glyph to all faces, along with changes to latex support to enable it. See the documentation. diff --git a/Master/texmf-dist/tex/latex/etbb/ETbb.sty b/Master/texmf-dist/tex/latex/etbb/ETbb.sty index bcdc8844094..c46fd4bfdb7 100644 --- a/Master/texmf-dist/tex/latex/etbb/ETbb.sty +++ b/Master/texmf-dist/tex/latex/etbb/ETbb.sty @@ -1,7 +1,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.05} -\def\filedate{2020/07/01} +\def\fileversion{1.051} +\def\filedate{2020/09/20} \ProvidesPackage{ETbb} [\filedate\space v\fileversion. Style file for ETbb.] @@ -10,6 +10,7 @@ \RequirePackage{ifetex} \ifetex\RequirePackage{etoolbox}\fi %etoolbox loads etex.sty \RequirePackage{xstring,ifthen} % for \textfrac +\RequirePackage{scalefnt} \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} \IfFileExists{fontaxes.sty}{ \RequirePackage{fontaxes} @@ -122,11 +123,18 @@ \DeclareTextCommand{\textcircled}{TS1}[1]{\hmode@bgroup \ooalign{% - \hfil \raise .44ex\hbox {\fontencoding{T1}\fontseries{m}\fontshape{sc}\fontsize{7.5}{9}\selectfont \lowercase{#1}}\hfil \crcr + \hfil \raise .44ex\hbox {\fontencoding{T1}\fontfamily{ETbb-TOsF}\fontseries{m}\fontshape{sc}\selectfont\scalefont{.75}\lowercase{#1}}\hfil \crcr \hfil{\fontencoding{TS1}\fontseries{m}\char79\relax}\hfil% bigcircle }% \egroup} +%\DeclareTextCommand{\textcircled}{TS1}[1]{\hmode@bgroup +% \ooalign{% +% \hfil \raise .44ex\hbox {\fontencoding{T1}\fontseries{m}\fontshape{sc}\fontsize{7.5}{9}\selectfont \lowercase{#1}}\hfil \crcr +% \hfil{\fontencoding{TS1}\fontseries{m}\char79\relax}\hfil% bigcircle +% }% +% \egroup} + \renewcommand*{\rmdefault}{ETbb-TLF} \DeclareRobustCommand{\lfstyle}{% -- cgit v1.2.3