summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/etbb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-28 21:20:31 +0000
committerKarl Berry <karl@freefriends.org>2020-06-28 21:20:31 +0000
commitb99a280de906b7cc40ab9875f23384c18102ddc7 (patch)
treedb464bcb73033f6bfa4c8836646998c618bd6372 /Master/texmf-dist/doc/fonts/etbb
parent9ef73366dd8a69f3a6ff7e379dbfcd5ae6b1a7de (diff)
etbb (28jun20)
git-svn-id: svn://tug.org/texlive/trunk@55686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/etbb')
-rw-r--r--Master/texmf-dist/doc/fonts/etbb/ETbb-doc.pdfbin287334 -> 209371 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/etbb/ETbb-doc.tex56
-rw-r--r--Master/texmf-dist/doc/fonts/etbb/README6
3 files changed, 33 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.pdf b/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.pdf
index 8a10ba02624..b2cac1f27bd 100644
--- a/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.tex b/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.tex
index a46a8bb5ff7..f8f6830a7d2 100644
--- a/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.tex
+++ b/Master/texmf-dist/doc/fonts/etbb/ETbb-doc.tex
@@ -131,44 +131,44 @@ and \verb|\textin{123}| has the same effect as \verb|{\infigures 123}|.
If you prefer typing longer names, you may use \verb|\textinferior| as a synonym for \verb|\textin|, and similarly for \verb|\textsu|. Likewise,
\verb|\textde{123}| has the same effect as \verb|{\defigures 123}| or \verb|{\denomfigures 123}|, and you may use \verb|\textdenom| as a synonym for \verb|\textde|. Note the difference in baseline between \verb|\textin| and \verb|\textde|: \textin{123} versus \textde{123}.
-The \verb|\textfrac| macro constructs fractions using \verb|\textsu| and \verb|\textde| with baseline aligned with the text baseline. The behavior is quite configurable, there being three parameters available to control the kerns before and after the fraction solidus, and the amount to raise the resulting box. The three parameters are passed as options to {\tt ETbb}, named
+The \verb|\textfrac| macro constructs fractions using \verb|\textsu| and \verb|\textde| with baseline aligned with the text baseline. The behavior is somewhat configurable, there being two parameters available to control the kerns before and after the fraction solidus. The two parameters are passed as options to {\tt ETbb}, named
\begin{verbatim}
-foresolidus % default value -.05em
-aftsolidus % default value -.08em
-raisefrac % default value 0em
+foresolidus % default value -.04em
+aftsolidus % default value -.04em
\end{verbatim}
+%raisefrac % default value 0em
(The values should always be {\tt em} units in order to behave correctly with respect to scaling.)
-If you were to change the default behavior with the option
-\begin{verbatim}
-raisefrac=-112em
-\end{verbatim}
-you would get a fraction with the denominator's baseline at the baseline of the \verb|\textin| figures, namely {\tt -.112em}.
-%Those who wish the fractional part to be vertically centered with respect to lining figures should specify
+%If you were to change the default behavior with the option
%\begin{verbatim}
-%raisefrac=-.056em
+%raisefrac=-112em
%\end{verbatim}
-All the above have to do with globally defined settings for \verb|\textfrac|, but that macro allows one optional argument that can override the effect of {\tt raisefrac}, with, e.g., \verb|\textfrac[.1em][6}{11}| raising the fraction 6/11 by {\tt .1em} instead of the default specified in the original options.
+%you would get a fraction with the denominator's baseline at the baseline of the \verb|\textin| figures, namely {\tt -.112em}.
+%%Those who wish the fractional part to be vertically centered with respect to lining figures should specify
+%%\begin{verbatim}
+%%raisefrac=-.056em
+%%\end{verbatim}
+%All the above have to do with globally defined settings for \verb|\textfrac|, but that macro allows one optional argument that can override the effect of {\tt raisefrac}, with, e.g., \verb|\textfrac[.1em][6}{11}| raising the fraction 6/11 by {\tt .1em} instead of the default specified in the original options.
\textsc{Example:}\\
-$\bullet$ \verb|2\textfrac{17}{32}| renders as 2\textfrac{17}{32} with default settings.\\
+$\bullet$ \verb|\textfrac[2]{17}{32}| renders as \textfrac[2]{17}{32} with default settings. (The optional argument 2 will always print in lining figres, not matter the choice of the text figure style.)\\
%$\bullet$ \verb|2\textfrac[.053em]{17}{32}| produces a fraction centered on the mid-height of lining figures: 2\textfrac[.053em]{17}{32}.\\
%$\bullet$ \verb|2\textfrac[0em]{17}{32}| produces a fraction with numerator and denominator at the normal heights of superior and inferior figures: 2\textfrac[0em]{17}{32}.\\
-The \verb|\textfrac| macro uses spacing control for each individual digit, one for the numerator and one for the denominator. It is optimized for regular weight, upright shape, but works satisfactorily in bold weight, upright shape. Italic shapes are not handled with any precision. Currently, the spacing settings are specified by two macros in {\tt ETbb.sty}: \verb|\tx@addNkern| and \verb|\tx@addDkern| for numerator and denominator respectively. These may be redefined in your preamble after loading the {\tt ETbb} package with a block like
-\begin{verbatim}
-\makeatletter
-\renewcommand*{\tx@addNkern}[1]{%
-.
-.
-.
-}
-\renewcommand*{\tx@addDkern}[1]{%
-.
-.
-.
-}
-\end{verbatim}
-following the pattern of the definitions in {|tt ETbb.sty}. You should be careful to follow those patterns precisely, as it is very easy to introduce inadvertent space characters in the output.
+%The \verb|\textfrac| macro uses spacing control for each individual digit, one for the numerator and one for the denominator. It is optimized for regular weight, upright shape, but works satisfactorily in bold weight, upright shape. Italic shapes are not handled with any precision. Currently, the spacing settings are specified by two macros in {\tt ETbb.sty}: \verb|\tx@addNkern| and \verb|\tx@addDkern| for numerator and denominator respectively. These may be redefined in your preamble after loading the {\tt ETbb} package with a block like
+%\begin{verbatim}
+%\makeatletter
+%\renewcommand*{\tx@addNkern}[1]{%
+%.
+%.
+%.
+%}
+%\renewcommand*{\tx@addDkern}[1]{%
+%.
+%.
+%.
+%}
+%\end{verbatim}
+%following the pattern of the definitions in {|tt ETbb.sty}. You should be careful to follow those patterns precisely, as it is very easy to introduce inadvertent space characters in the output.
Option {\tt sups} changes the form of footnote markers to use {\tt ETbb}'s superior figures, unless you have redefined the meaning of \verb|\thefootnote| prior to loading {\tt ETbb}. For more control over size, spacing and position of footnote markers, use the \textsf{superiors} package: E.g.,
diff --git a/Master/texmf-dist/doc/fonts/etbb/README b/Master/texmf-dist/doc/fonts/etbb/README
index d12ef00211e..3de591ecb1c 100644
--- a/Master/texmf-dist/doc/fonts/etbb/README
+++ b/Master/texmf-dist/doc/fonts/etbb/README
@@ -3,7 +3,11 @@ 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.03 2020-06-17
+Current version: 1.04 2020-06-29
+
+Changes in version 1.04
+1. Added glyph numero (U+2116) in all styles.
+2. Updated code for \textfrac. See documentation for details.
Changes in version 1.03
Removed all hinting in the font files. This will not affect Mac or PC users, but should be helpful to some Linux users whose font renderers can behave badly at times with Postscript hinting.