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 40 41 42 43 44 45 46 47 48
|
<html>
<head><title>\makebox</title></head>
<body>
<h1>\makebox</h1>
<P>
</P>
<P>
<CODE>\makebox(width,height)[position]{...}</CODE>
</P>
<P>
The <CODE>\makebox</CODE> command for the picture environment is similar to
the normal <CODE>\makebox</CODE> command except that you must specify a
<CODE>width</CODE> and <CODE>height</CODE> in multiples of <CODE>\unitlength</CODE>.
</P>
<P>
The optional argument, <CODE>[position]</CODE>, specifies the quadrant that
your text appears in. You may select up to two of the following:
</P>
<UL>
<LI>
<CODE>t</CODE> - Moves the item to the top of the rectangle
<LI>
<CODE>b</CODE> - Moves the item to the bottom
<LI>
<CODE>l</CODE> - Moves the item to the left
<LI>
<CODE>r</CODE> - Moves the item to the right
</UL>
<P>
See section <A href="sec157.html">\makebox</A>.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|