blob: 5b7e97253d45bee4e1f2801e8552f4381b8329cc (
plain)
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
|
<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>
|