summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex2e-html/ltx-406.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-406.html')
-rw-r--r--Master/texmf-doc/doc/english/latex2e-html/ltx-406.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-406.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-406.html
new file mode 100644
index 00000000000..24c60007829
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-406.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<title>Arrows</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">Arrows</font></h1>
+Latex provides commands for all sorts of arrows. The following commands
+are used only in math mode.
+<p>
+In general the command names are created from "left", "right", "up", or
+"down". "leftright" gives a double headed arrow.
+Prefacing with "long" gives a longer arrow. Capitalizing the
+first letter gives a double-shanked arrow.
+<p>
+Examples are
+<ul>
+<li><tt>\leftarrow</tt>
+<li><tt>\Leftarrow</tt>
+<li><tt>\longleftarrow</tt>
+<li><tt>\Longleftarrow</tt>
+<p>
+<li><tt>\rightarrow</tt>
+<li><tt>\Rightarrow</tt>
+<li><tt>\longrightarrow</tt>
+<li><tt>\Longrightarrow</tt>
+<p>
+<li><tt>\leftrightarrow</tt>
+<li><tt>\Leftrightarrow</tt>
+<li><tt>\longleftrightarrow</tt>
+<p>
+<li><tt>\uparrow</tt>
+<li><tt>\downarrow</tt>
+<li><tt>\Uparrow</tt>
+<p>
+<li><tt>\nearrow</tt> points from southwest to northeast
+<li><tt>\searrow</tt> points from northwest to southeast
+<li><tt>\swarrow</tt> points from northeast to southwest
+<li><tt>\nwarrow</tt> points from southeast to northwest
+</ul>
+The <a href="stackrel.html"><tt>\stackrel</tt></a> command is
+useful for putting things over or under your arrow.
+<hr>
+See also:
+See also <a href="ltx-115.html">Math Formulas</a>,
+ <a href="ltx-117.html">Math Symbols</a>
+<ul>
+<li><a href="ltx-404.html">Binary and relational operators</a>
+<li><a href="ltx-405.html">Greek letters</a>
+<li><a href="ltx-407.html">Miscellaneous symbols</a>
+<li><a href="ltx-408.html">Variable size symbols</a> (sums, integrals, etc.)
+</ul>
+Back to the <a href="ltx-2.html">LaTeX Table of Contents</a>
+<hr>
+<address>
+Revised: Sheldon Green, 7 Jull 1995.
+</address>
+</body>
+</html>