diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/bm.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/bm.dtx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/tools/bm.dtx b/Master/texmf-dist/source/latex/tools/bm.dtx index fb3db67f5a3..dffbabd4f17 100644 --- a/Master/texmf-dist/source/latex/tools/bm.dtx +++ b/Master/texmf-dist/source/latex/tools/bm.dtx @@ -3,22 +3,22 @@ % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 % 2006 2008 2009 % The LaTeX3 Project and any individual authors listed elsewhere -% in this file. -% +% in this file. +% % This file is part of the Standard LaTeX `Tools Bundle'. % ------------------------------------------------------- -% +% % It may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3c or later is part of all distributions of LaTeX +% and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. -% +% % The list of all files belonging to the LaTeX `Tools Bundle' is % given in the file `manifest.txt'. -% +% % \fi % % \iffalse @@ -223,7 +223,7 @@ % non-bold $a$ (compare $\hat{a}$) % whereas |\bm{\hat{a}}| makes both the $a$ and the accent bold, % $\bm{\hat{a}}$. -% Similarly, although the \LaTeX\ command |\sqrt| must be used with its +% Similarly, although the \LaTeX\ command |\sqrt| must be used with its % arguments, |\sqrtsign| may be used as in |\bm\sqrtsign{abc}| to % produce $\bm\sqrtsign{abc}$ rather than $\sqrtsign{abc}$ or % $\bm{\sqrtsign{abc}}$ @@ -268,7 +268,7 @@ % |\SetSymbolFont{extras}{bold}{OMS}{xyz}{bx}{n}|\\ % At this point the symbols wil be available in the normal math % version, and their bold variants in |\boldmath|. If you also -% declare:\\ +% declare:\\ % |\DeclareSymbolFont{boldextras}{OMS}{xyz}{bx}{n}|\\ % That is, declare a symbol font whose name is formed by prefixing % `bold' (or `heavy') to an existing symbol font, then |\bm| (or @@ -1590,13 +1590,13 @@ % \end{macro} % % \begin{macro}{\bm@prime} -% \changes{v1.0d}{1997/11/15} -% {Macro added} +% \changes{v1.0d}{1997/11/15} +% {Macro added} % Support |'|. Earlier versions did not make the prime bold in a'. % % |\bm{a''}| will now produce (with the normal encodings) %\begin{verbatim} -% \mathchar 30049 +% \mathchar 30049 % \bm@prime \mathchar 1584 \relax % \bm@prime \mathchar 1584 \relax %\end{verbatim} |