summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/topmargi.helppage
blob: 407c650c628ea130011039706851101083581945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.