diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-10 23:05:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-10 23:05:27 +0000 |
commit | b692eb65efb591db6c8b00e5ea44933f46edebef (patch) | |
tree | 807ca82d4a9de2e83e8e10fd937fa61b780c0358 /Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | |
parent | 826cfcb9289b9f084253810e2bb65fe2ea98dc85 (diff) |
newtx (10nov16)
git-svn-id: svn://tug.org/texlive/trunk@42480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex index 2a39fa7160e..a9f5bb5b2e2 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -264,12 +264,12 @@ gives \bigskip \subsection{Bold Math Italic macros} -It can be a little awkward to specify bold math italic letters. This package defines macros of the form \verb|\BIA|---\verb|\BIz| that simplify this process, all based on the macro +It can be a little awkward to specify bold math italic letters without using the \texttt{bm} package, which may have some unintended consequences for some users. The option \texttt{useBImacros} enables the definitions of macros of the form \verb|\BIA|---\verb|\BIz| that may be used instead, all based on the macro \begin{verbatim} \DeclareRobustCommand{\BI@}[1]{% \begingroup\text{\mathversion{bold}$#1$}\endgroup} \end{verbatim} -Following this, the package defines, e.g., +following which, the package conditionally defines, e.g., \begin{verbatim} \DeclareRobustCommand{\BIA}{\BI@{A}} \end{verbatim} |