summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/bottomti.helpeven
blob: a8c4432f10e5783d210e7637d83cde80867832c8 (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
+-----------------------------------------------------------------------------+
|                            TEXT1 \bottomtitle COMMAND                       |
+-----------------------------------------------------------------------------+
                                                                               
The \bottomtitle command sets what will appear at the bottom of each page after
the title page. The \bottomtitle command is always used in conjunction with the
\runningtitleformat and \bothpages (\bp), \evenpages  (\ep), or \oddpages (\op)
commands.  This command has the format:                                        
                                                                               
     \evenpages{                                                               
     \bottomtitle{\line{\lft{llll}\ctr{cccc}\rt{rrrr}}                         
     }}                                                                        
                                                                               
where  "llll"  is  the information  to  be  printed  to  the far  left  of  the
bottomtitle line; "cccc"  is the information to  be printed in the  center; and
"rrrr" is  the information to  be printed to the  far right of  the bottomtitle
line on all even pages. For example:                                           
                                                                               
     \runningtitleformat{\evenpages{                                           
     \bottomtitle\line{\lft{Joe Smith}\ctr{June 3, 1984}\rt{\pagenumber}}      
     }}                                                                        
                                                                               
will space down to leave the amount  specified on the \bottommargin command and
put "Joe Smith"  at the bottom far left,  with "June 3, 1984"  centered and the
current  page  number  on the  bottom  far  right  of  the first  line  of  the
bottomtitle.  The running bottomtitle of page 4 would look like this:          
                                                                               
Joe Smith                            June 3, 1984                             4