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