summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/topmargi.helppage
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/topmargi.helppage')
-rw-r--r--macros/text1/cms_help_files/topmargi.helppage21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/topmargi.helppage b/macros/text1/cms_help_files/topmargi.helppage
new file mode 100644
index 0000000000..407c650c62
--- /dev/null
+++ b/macros/text1/cms_help_files/topmargi.helppage
@@ -0,0 +1,21 @@
++-----------------------------------------------------------------------------+
+| TEXT1 \topmargin (\tma) COMMAND |
++-----------------------------------------------------------------------------+
+
+The \topmargin (\tma) command will set the distance from the top of the page to
+the top of the running top title text. This command has the format:
+
+ \topmargin{uu}
+
+where "uu" is the unit of measurement in number of lines or in any valid TeX
+measurement (pt, pc, in, etc.). The default top margin is one inch, or
+\topmargin{1IN}. This command may only appear at the beginning of the TeX input
+file before any actual text is entered.
+
+In order to change the top margin from the default of one inch to one-half
+inch, you would enter:
+
+ \tma{.5in}
+
+Which would give you one-half inch between the top of the page to the top of
+the running top title.