summaryrefslogtreecommitdiff
path: root/obsolete/macros/text1/cms_help_files/tpf.helpmark
blob: 61299a89b108a64726f871542b09666b36250c6a (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
49
50
+-----------------------------------------------------------------------------+
|                               titlepageformat                               |
+-----------------------------------------------------------------------------+
 
\titlepageformat{\titleleadskip{1in}
                 \titlefootline{}
   }
 
Abbreviation:  ã|\tpfã%
 
Parameters:    ã|submarkupã%
 
Submarkup:     ã|\titleleadskip, \titlefootlineã%
 
    ã|Description:ã%
By convention,  a title page is  a display page, differing  from body pages.
It usually has  sinkage (extra vertical space before  the title), a centered
title  (in bold  or  larger type),  and  a blind  folio (where  the  page is
numbered but the number  is not printed).  It  may also have special text in
the footing.  The \titlepageformat markup changes the heading and footing of
a titlepage.
 
ã|titleleadskipã% is  the amount  of space to  be left  at the top  of title
pages, in addition  to the top margin.   By default, there is  a 1 inch lead
skip and a 1 inch top margin,  making for a 2 inch white space at the top of
each title page.
 
ã|titlefootlineã% is  the footing at  the bottom of  a title page.   Similar
in function to  the running foot, its difference is  that you do not specify
\bothpage, \evenpage, or \oddpage with \titlefootline.
 
    ã|Example:ã%
If you  want to  add 3 inches  to the  top margin,  and print "Bays"  at the
bottom of the page with the page number, enter:
 
\titlepageformat{\titleleadskip{3in}
  \titlefootline{\line{\lft{Bays}\rt{\pn}}}
  }
 
which prints a footing at the bottom of the page like:
 
+-----------------------------------------------------------------------------+
 
|                                                                             |
| Bays                                                                     3  |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    ã|Notes:ã%
none.