File: sec90.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 (41 lines) | stat: -rw-r--r-- 746 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
<html>
<head><title>Predefined lengths</title></head>
<body>
<h1>Predefined lengths</h1>
<P>

</P>
<P>
<CODE>&#92;width</CODE>

</P>
<P>
<CODE>&#92;height</CODE>

</P>
<P>
<CODE>&#92;depth</CODE>

</P>
<P>
<CODE>&#92;totalheight</CODE>

</P>
<P>
These length parameters can be used in the arguments of the box-making
commands See section <A href="sec143.html">Spaces &#38; Boxes</A>. They specify the natural width etc. of
the text in the box. <CODE>&#92;totalheight</CODE> equals <CODE>&#92;height</CODE> +
<CODE>&#92;depth</CODE>. To make a box with the text stretched to double the
natural size, e.g., say

</P>
<P>
<CODE>&#92;makebox[2&#92;width]{Get a stretcher}</CODE>

</P>



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