diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-407.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-407.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-407.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-407.html new file mode 100644 index 00000000000..e2340140b50 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-407.html @@ -0,0 +1,90 @@ +<html> +<head> +<title>Miscellaneous symbols</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">Miscellaneous symbols</font></h1> + +<h2>Some symbols for math</h2> +The following symbols are also used only in math mode +<ul> +<li><tt>\aleph</tt> Hebrew aleph +<li><tt>\hbar</tt> h-bar, Planck's constant +<li><tt>\imath</tt> variation on "i"; no dot +<ul><li>See also <a href="ltx-401.html"><tt>\i</tt></a></ul> +<li><tt>\jmath</tt> variation on "j"; no dot +<ul><li>See also <a href="ltx-401.html"><tt>\j</tt></a></ul> +<li><tt>\ell</tt> script (loop) "l" +<li><tt>\wp</tt> fancy script lowercase "P" +<li><tt>\Re</tt> script capital "R" ("Real") +<li><tt>\Im</tt> script capital "I" ("Imaginary") +<li><tt>\prime</tt> prime (also obtained by typing <tt>'</tt>) +<li><tt>\nabla</tt> inverted capital Delta +<li><tt>\surd</tt> radical (square root) symbol +<li><tt>\angle</tt> angle symbol +<li><tt>\forall</tt> "for all" (inverted A) +<li><tt>\exists</tt> "exists" (left-facing E) +<li><a href="ltx-164.html"><tt>\backslash</tt></a> backslash +<li><tt>\partial</tt> partial derivative symbol +<li><tt>\infty</tt> infinity symbol +<li><tt>\triangle</tt> open triangle symbol +<li><tt>\Box</tt> open square +<li><tt>\Diamond</tt> open diamond +<p> +<li><tt>\flat</tt> music: flat symbol +<li><tt>\natural</tt> music: natural symbol +<li><tt>\sharp</tt> music: sharp symbol +<p> +<li><tt>\clubsuit</tt> playing cards: club suit symbol +<li><tt>\diamondsuit</tt> playing cards: diamond suit symbol +<li><tt>\heartsuit</tt> playing cards: heart suit symbol +<li><tt>\spadesuit</tt> playing cards: space suit symbol +</ul> + +<h2>Some other symbols</h2> +The following symbols can be used in any mode. +<ul> +<li><tt>\dag</tt> dagger +<li><tt>\ddag</tt> double dagger +<li><tt>\S</tt> section symbol +<li><tt>\P</tt> paragraph symbol +<li><tt>\copyright</tt> copyright symbol +<li><tt>\pounds</tt> British pound sterling symbol +</ul> + +<h2>Calligraphic style letters</h2> +Twenty-six calligraphic letters are provided (the upper case alphabet). These +can only be used in math mode.<p> +In LaTeX 2.09 they are produced with the <tt>\cal</tt> +<a href="declarations.html">declaration</a> +<pre> + <tt>${\cal A}$</tt> +</pre> + + In LaTeX2e they are obtained with the <tt>\mathcal</tt> command: +<pre> + <tt>$\mathcal{CAL}$</tt> +</pre> +<hr> +See also: +See also <a href="ltx-115.html">Math Formulas</a>, + <a href="ltx-117.html">Math Symbols</a>, + <a href="ltx-119.html">Math Miscellany</a> +<ul> +<li><a href="ltx-406.html">Arrows</a> +<li><a href="ltx-403.html">Delimiters</a> +<li><a href="ltx-404.html">Binary and relational operators</a> +<li><a href="ltx-405.html">Greek letters</a> +<li><a href="ltx-408.html">Variable size symbols</a> (sums, integrals, etc.) +<li><a href="mathfonts.html">Math fonts and styles</a> +<p> +<li><a href="stackrel.html"><tt>\stackrel</tt></a> (putting things above + other things) +</ul> +Back to the <a href="ltx-2.html">LaTeX Table of Contents</a> +<hr> +<address> +Revised: Sheldon Green, 7 Jul 1995. +</address> +</body> +</html> |