summaryrefslogtreecommitdiff
path: root/obsolete/macros/text1/cms_help_files/rule.helpmark
blob: 71a72ad0a7595873604303119e71f0d7b1d8490c (plain)
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
+-----------------------------------------------------------------------------+
|                                    rule                                     |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|noneã%
 
Parameters:    ã|noneã%
 
    ã|Description:ã%
The \rule  markup skips  a blank  line and  draws a horizontal  line (rule).
Rules are used to  separate material, such as tables or  sections.  No extra
vertical space is skipped  after the rule, so you may  need to add some with
\vs.
 
    ã|Example:ã%
 
\tabletitle{Elements of the Spheres}
\rule
\vs{6pt}
\tabskip 3em plus 3em minus 1em
\halign{\lft{#}&&\rt{#}\hs{20pt}\cr
 
Element&\omit\ctr{Anthrosphere}&\omit\ctr{Lithosphere}\cr
Oxygen&62.1\phantom{0}&60.6\phantom{0}\cr
Hydrogen&1.1\phantom{0}&0.1\phantom{0}\cr
Aluminum&0.22&11.54\cr}
\rule
\vs{6pt}
\nin Most elemental abundances are the same in the . . .
+-----------------------------------------------------------------------------+
|                                                                             |
|                                                                             |
|                                   Table 1                                   |
|                           Elements of the Spheres                           |
|                                                                             |
| ........................................................................... |
|                                                                             |
|    Element    Anthrosphere   Lithosphere                                    |
|    Oxygen         62.1          60.6                                        |
|    Hydrogen        1.1           0.1                                        |
|    Aluminum        0.22         11.54                                       |
| ........................................................................... |
| Most elemental abundances are the same in the . . .                         |
+-----------------------------------------------------------------------------+
 
    ã|Notes:ã%
If you want  a rule of a different height,  depth, or width than illustrated
with \rule and if you are not using \monospace, then use \hrule.