summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/paf.helpmark
blob: 851a5e290eb7cd6946378480411be84c59ed07b2 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
+-----------------------------------------------------------------------------+
|                                 partformat                                  |
+-----------------------------------------------------------------------------+
 
\partformat{\numberingstyle{1}
  \titleformat{\dumpinsertseject\titlepage
       \hrule height 0pt depth 0pt
       \vfil
       \centerline{\twelvept\bd
                         Part \partnumber}
       \centerline{\twelvept\bd \parttitle}
       \setchapternumber{0}
       \setsubheadanumber{0}
       \setsubheadbnumber{0}
       \setsubheadcnumber{0}
       \setsubheaddnumber{0}
       \setfootnotenumber{0}
       \setendnotenumber{0}
       \setfigurenumber{0}
       \settablenumber{0}
       }
 
  \incontents{yes}
   }
 
Abbreviation:  ã|\pafã%
 
Parameters:    ã|submarkupã%
 
Submarkup:     ã|\numberingstyle, \titleformat, \incontentsã%
 
    ã|Description:ã%
The \partformat  markup allows you to  modify the defaults  that control the
appearance of the part title.  Following are the submarkup descriptions.
 
ã|numberingstyleã% allows you to  change the style from Arabic numerals, the
default (1),  to capital letters  (A) or  roman numerals (I).  If you wanted
your parts in roman numerals, you would specify:
 
\partformat{\numberingstyle{I}}
 
ã|titleformatã% controls the  appearance of the part title  banner.  You may
use markup such as  \newpage, \dumpinsertseject \verticalspace, and \center-
line within \titleformat as Nested Markup.   Other markup you may use within
or outside of \partformat:
    ã|partnumber.ã%  prints the most recent part number.
    ã|parttitle.ã%  prints the most recent part title.
    ã|hrule height  0pt depth 0pt.ã%   is used  to create a  half title page
along with \vfil.
 
ã|incontentsã%  places the  part  title  in contents  (if  one  is printed).
Printing can be suppressed by changing to "no."
 
    ã|Example:ã%
This example does not  create a half title page.   Instead the part starts a
new page, centers the title  bold, and one line is skipped afterwards before
printing the text of the part.
 
\partformat{\titleformat{\newpage
      \cl{\bd \parttitle}
 
      \vs{1\bl}
      }}
 
    ã|Notes:ã%
The \partformat  markup must come after  the \monospace markup,  if both are
used.  See The TEXbook for more on \vfil.