File: sec143.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 (46 lines) | stat: -rw-r--r-- 1,914 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
46
<html>
<head><title>Spaces &#38; Boxes</title></head>
<body>
<h1>Spaces &#38; Boxes</h1>
<P>

</P>
<P>
All the predefined length parameters See section <A href="sec90.html">Predefined lengths</A> can be
used in the arguments of the box-making commands.

</P>

<UL>
Horizontal space
<LI><A href="sec144.html">&#92;dotfill</A>: Stretchable horizontal dots. 
<LI><A href="sec145.html">&#92;hfill</A>: Stretchable horizontal space. 
<LI><A href="sec146.html">&#92;hrulefill</A>: Stretchable horizontal rule. 
<LI><A href="sec147.html">&#92;hspace</A>: Fixed horizontal space. 
Vertical space
<LI><A href="sec148.html">&#92;addvspace</A>: Fixed vertical space. 
<LI><A href="sec149.html">&#92;bigskip</A>: Fixed vertical space. 
<LI><A href="sec150.html">&#92;medskip</A>: Fixed vertical space. 
<LI><A href="sec151.html">&#92;smallskip</A>: Fixed vertical space. 
<LI><A href="sec152.html">&#92;vfill</A>: Stretchable vertical space. 
<LI><A href="sec153.html">&#92;vspace</A>: Fixed vertical space. 
Boxes
<LI><A href="sec154.html">&#92;fbox</A>: Framebox.
<LI><A href="sec155.html">&#92;framebox</A>: Framebox, adjustable position.
<LI><A href="sec156.html">lrbox</A>: An environment like &#92;sbox.
<LI><A href="sec157.html">&#92;makebox</A>: Box, adjustable position.
<LI><A href="sec158.html">&#92;mbox</A>: Box.
<LI><A href="sec159.html">&#92;newsavebox</A>: Declare a name for saving a box.
<LI><A href="sec160.html">&#92;parbox</A>: Box with text in paragraph mode.
<LI><A href="sec161.html">&#92;raisebox</A>: Raise or lower text.
<LI><A href="sec162.html">&#92;rule</A>: Lines and squares.
<LI><A href="sec163.html">&#92;savebox</A>: Like &#92;makebox, but save the text for later use.
<LI><A href="sec164.html">&#92;sbox</A>: Like &#92;mbox, but save the text for later use.
<LI><A href="sec165.html">&#92;usebox</A>: Print saved text.
</UL>



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