summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/rule.helpmark
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/rule.helpmark')
-rw-r--r--macros/text1/cms_help_files/rule.helpmark48
1 files changed, 48 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/rule.helpmark b/macros/text1/cms_help_files/rule.helpmark
new file mode 100644
index 0000000000..71a72ad0a7
--- /dev/null
+++ b/macros/text1/cms_help_files/rule.helpmark
@@ -0,0 +1,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.