summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html
index 915bdd80b7c..fb49a189c08 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html
@@ -24,18 +24,20 @@ running at all. So unless you’re using maths fonts (such as
use of heavy families by
<blockquote>
<pre>
- \renewcommand{\hmmax}{0}
+ \newcommand{\hmmax}{0}
</pre>
</blockquote><p>
-and then steadily reduce the bold families, starting with
+(before loading <i>bm</i>), and then steadily reduce the bold
+families, starting with
<blockquote>
<pre>
- \renewcommand{\bmmax}{3}
+ \newcommand{\bmmax}{3}
</pre>
</blockquote><p>
-until (with a bit of luck) the error goes away.
+(again before loading <i>bm</i>), until (with a bit of luck) the
+error goes away.
<dl>
-<dt><tt><i>bm.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/bm.html">catalogue entry</a>
+<dt><tt><i>bm.sty</i></tt><dd>Distributed as part of <a href="http://mirror.ctan.org/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://mirror.ctan.org/macros/latex/required/tools/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/bm.html">catalogue entry</a>
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph</a>
</body>