texlive[56390] Master/texmf-dist: etbb (21sep20)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 21 23:03:54 CEST 2020


Revision: 56390
          http://tug.org/svn/texlive?view=revision&revision=56390
Author:   karl
Date:     2020-09-21 23:03:54 +0200 (Mon, 21 Sep 2020)
Log Message:
-----------
etbb (21sep20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/etbb/README
    trunk/Master/texmf-dist/tex/latex/etbb/ETbb.sty

Modified: trunk/Master/texmf-dist/doc/fonts/etbb/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/etbb/README	2020-09-21 21:03:03 UTC (rev 56389)
+++ trunk/Master/texmf-dist/doc/fonts/etbb/README	2020-09-21 21:03:54 UTC (rev 56390)
@@ -3,8 +3,11 @@
 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.
 2. Full support now enabled for all features in LY1 and OT1 as well as T1.

Modified: trunk/Master/texmf-dist/tex/latex/etbb/ETbb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/etbb/ETbb.sty	2020-09-21 21:03:03 UTC (rev 56389)
+++ trunk/Master/texmf-dist/tex/latex/etbb/ETbb.sty	2020-09-21 21:03:54 UTC (rev 56390)
@@ -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 at 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 at 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}{%



More information about the tex-live-commits mailing list.