File: sec157.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (45 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (3)
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
<html>
<head><title>&#92;makebox</title></head>
<body>
<h1>&#92;makebox</h1>
<P>

</P>
<P>
<CODE>&#92;makebox[width][position]{text}</CODE>

</P>
<P>
The <CODE>&#92;makebox</CODE> command creates a box just wide enough to contain
the <CODE>text</CODE> specified.  The width of the box is specified by the
optional <CODE>width</CODE> argument.  The position of the text within the box
is determined by the optional <CODE>position</CODE> argument.

</P>

<UL>
<LI>

<CODE>c</CODE> -- centred (default)
<LI>

<CODE>l</CODE> -- flushleft
<LI>

<CODE>r</CODE> -- flushright
<LI>

<CODE>s</CODE> -- stretch from left to right margin. The text must contain
stretchable space for this to work.
</UL>

<P>
See section <A href="sec54.html">&#92;makebox</A>.

</P>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>