summaryrefslogtreecommitdiff
path: root/fonts/bboldx/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-02 03:03:16 +0000
committerNorbert Preining <norbert@preining.info>2021-11-02 03:03:16 +0000
commit670b438a41f5ae0f064be333560ed5a184d3859a (patch)
tree8307faf0f1d9ba3365b4861791668d68d50f81b4 /fonts/bboldx/doc
parentb27d5ecc7cba92635475b78660b083793d93a3e7 (diff)
CTAN sync 202111020303
Diffstat (limited to 'fonts/bboldx/doc')
-rw-r--r--fonts/bboldx/doc/Bboldx-doc.pdfbin149415 -> 156297 bytes
-rw-r--r--fonts/bboldx/doc/Bboldx-doc.tex17
2 files changed, 10 insertions, 7 deletions
diff --git a/fonts/bboldx/doc/Bboldx-doc.pdf b/fonts/bboldx/doc/Bboldx-doc.pdf
index a382abfe1b..4ce18f31d6 100644
--- a/fonts/bboldx/doc/Bboldx-doc.pdf
+++ b/fonts/bboldx/doc/Bboldx-doc.pdf
Binary files differ
diff --git a/fonts/bboldx/doc/Bboldx-doc.tex b/fonts/bboldx/doc/Bboldx-doc.tex
index 3a39613844..fa8b42a6f3 100644
--- a/fonts/bboldx/doc/Bboldx-doc.tex
+++ b/fonts/bboldx/doc/Bboldx-doc.tex
@@ -40,10 +40,12 @@ Bold: {\usefont{U}{bboldx}{b}{n} \char"06\char"0C Hk1234567890}
\textsc{Font Table for BBOLDX-Regular}:\\
\fonttable{BBOLDX-Regular}
\newpage
-This package creates two basic commands, \verb|\bbxfamily| and \verb|\bbbxfamily| to identify the fonts that should be considered regular and bold, and uses them to define macros \verb|\textbb| and \verb|\textbfbb| by which you may access any character, though not necessarily by convenient means as the fonts do not completely follow any standard encoding. Nonetheless, it does understand Roman letters and digits, as well as some punctuation and symbols: e.g., \verb|\textbb{(A)b[1].,!?<>-}| renders as \textbb{(A)b[1].,!?<>-}. Characters may also be accessed by consulting the above table for the position of the character. For example, lowercase psi is in slot 32 decimal={"20} (HEX), so \verb|\textbb{\char32}| or \verb|\textbb{\char"20}| yields \textbb{\char"20}. It also creates macros \verb|\mathbb|, \verb|\mathbfbb| that are specific to math mode but are more limited in scope but work as expected for all Roman alphabetic arguments.
+This package creates two basic commands, \verb|\bbxfamily| and \verb|\bbbxfamily| to identify the fonts that should be considered regular and bold, and uses them to define macros \verb|\textbb| and \verb|\textbfbb| by which you may access any character, though not necessarily by convenient means as the fonts do not completely follow any standard encoding. Nonetheless, it does understand Roman letters and digits, as well as some punctuation and symbols: e.g., \verb|\textbb{(A)b[1].,!?<>-}| renders as \textbb{(A)b[1].,!?<>-}. Characters may also be accessed by consulting the above table for the position of the character. For example, lowercase psi is in slot 32 decimal={"20} (HEX), so \verb|\textbb{\char32}| or \verb|\textbb{\char"20}| yields \textbb{\char"20}. It also creates macros \verb|\mathbb|, \verb|\mathbfbb| that are specific to math mode but are more limited in scope but work as expected for all numeric and Roman alphabetic arguments.
+
+There are two ways this package may be used.
+
+\textbf{\textsc{1: Load the {\tt bboldx} package directly.}}
-There are two ways this package may be used.\\
-\textsc{1: Load the bboldx package directly.}\\
To do this, place one of the lines
\begin{verbatim}
\usepackage{bboldx} % for Regular and Bold weights
@@ -96,15 +98,16 @@ as well as their ``bold'' counterparts
\txtbfbbalpha ... \txtbfbbomega
\txtbfbbLparen \txtbfbbRparen \txtbfbbLbrack \txtbfbbRbrack \txtbfbbLangle \txtbfbbRangle
\end{verbatim}
-There are no special macros for digits because they are easily handled with \verb|\textbb{0}| through \verb|\textbb{9}| and \verb|\textbfbb{0}| through \verb|\textbfbb{9}|. (In this mode, \verb|\mathbb| and \verb|\mathbfbb| don't work as expected with numeric arguments.)
To use these in math you could use the \verb|\text| command from {\tt amsmath}, like
\begin{verbatim}
-\[\text{\txtbbalpha}+\text{\textbb{1}}\{\text{\txtbbbeta}>\delta\}}\]
+\[\text{\txtbbalpha}+\mathbb{1}_\{\text{\txtbbbeta}>\delta\}}\]
\end{verbatim}
which renders in MathAlphabet mode as
-\[\text{\txtbbalpha}+\text{\textbb{1}}_{\{\text{\txtbbbeta}>\delta\}}\]
-\textsc{2: Through the {\tt mathalpha} package}\\
+\[\text{\txtbbalpha}+\mathbb{1}_{\{\text{\txtbbbeta}>\delta\}}\]
+\textbf{\textsc{2: Through the {\tt mathalpha} package}}
+
+
Place one of the lines
\begin{verbatim}
\usepackage[bb=bboldx]{mathalpha}