1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<html>
<head><title>\raisebox</title></head>
<body>
<h1>\raisebox</h1>
<P>
</P>
<P>
<CODE>\raisebox{distance}[extend-above][extend-below]{text}</CODE>
</P>
<P>
The <CODE>\raisebox</CODE> command 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). The text itself is processed in
<CODE>LR mode</CODE>.
</P>
<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 <CODE>\raisebox</CODE> command lets you tell
LaTeX how tall it is.
</P>
<P>
The first optional argument, <CODE>extend-above</CODE>, makes LaTeX think
that the text extends above the line by the amount specified. The
second optional argument, <CODE>extend-below</CODE>, makes LaTeX think that
the text extends below the line by the amount specified.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|