diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-29 00:34:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-29 00:34:36 +0000 |
commit | 41ceff5a615ab4e3d46b1c94bd26d9dcf9d6c1f8 (patch) | |
tree | c710ef0b82f65ae0f818e6ea8f10c2f40f2decf3 /Master/texmf-doc/doc/english/latex2e-html/boldmath.html | |
parent | 2293d6885b754133151c14be7e01ad81baf0afbf (diff) |
doc/english/i-l
git-svn-id: svn://tug.org/texlive/trunk@21 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/boldmath.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/boldmath.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/boldmath.html b/Master/texmf-doc/doc/english/latex2e-html/boldmath.html new file mode 100644 index 00000000000..368f30f40eb --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/boldmath.html @@ -0,0 +1,42 @@ +<html> +<head><title>Help On LaTeX \boldmath</title></head> +<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000"> +<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\boldmath</font></h1> +The <tt>\boldmath</tt> <a href="declarations.html">declaration</a> switches +to a bold math italic font; this causes letters, numbers, and +<strong>most</strong> symbols used in math mode to be set in a bold type. +<p> +(In <a href="versions.html">LaTeX2e</a> <strong>everything</strong> in the +formula is set in a bold font.) +<p> +The <tt>\unboldmath</tt> <a href="declarations.html">declaration</a> switches +back to the normal math italic font. +<p> +Note, these commands should <strong>not</strong> be used in math mode. +Thus the scope of the <a href="declarations.html">declaration</a> must +include the math mode expressions to which you want it to apply. +<p> +If you +want only part of a formula to be bold an +<a href="ltx-265.html"><tt>\mbox</tt></a> command is useful: +<pre> + <tt><a href="ltx-115.html#math">\(</a> Regular formula + + \mbox{\boldmath$ Bold part$} = 0 <a href="ltx-115.html#math">\)</a></tt> +</pre> +<p> +Both <tt>\boldmath</tt> and <tt>\unboldmath</tt> commands are +<a href="fragile.html">fragile</a>. +<hr> +Related topics +<ul> +<li><a href="ltx-115.html">Math Formulas</a> +<li><a href="mathfonts.html">Math fonts and styles</a> +<li><a href="ltx-176.html">Typefaces</a> and <a href="ltx-177.html">Styles</a> +</ul> +Return to <a href="ltx-2.html">LaTeX Table of Contents</a> +<hr> +<address> +Revised: Sheldon Green, 7 Jul 1995. +</address> +</body> +</html> |