diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-302.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-302.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-302.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-302.html deleted file mode 100644 index 5b7e97253d4..00000000000 --- a/Master/texmf-doc/doc/english/latex2e-html/ltx-302.html +++ /dev/null @@ -1,33 +0,0 @@ -<html> -<head><title>Help On LaTeX \raisebox</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">\raisebox</font></h1> -<p> - <tt>\raisebox{distance}[extend-above][extend-below]{text}</tt> -<p> - - The <tt>\raisebox</tt> command creates a LR box containing <tt>text</tt>; - it is used to raise or lower text. The first - mandatory argument specifies how high the text is to be raised (or - lowered if it is a negative amount). -<p> - Sometimes it's useful to make LaTeX think something has a different - size than it really does - or a different size than LaTeX would - normally think it has. The <tt>\raisebox</tt> command lets you tell LaTeX how - tall it is. -<p> - The first optional argument, <tt>extend-above</tt>, makes LaTeX think that the - text extends above the current line by the amount specified. The second - optional argument, <tt>extend-below</tt>, makes LaTeX think that the text - extends below the current line by the amount specified. -<p> - <tt>\raisebox</tt> is <a href="fragile.html">fragile</a>. -<hr> -See <a href="ltx-143.html">Spaces and Boxes</a><br> -Back to the <a href="ltx-2.html">Table of Contents</a> -<hr> -<address> -Revised: Sheldon Green, 8 Aug 1995. -</address> -</body> -</html> |