blob: eee751234ef1085b76bd169ea4ed4fbb687f478a (
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
|
+-----------------------------------------------------------------------------+
| part |
+-----------------------------------------------------------------------------+
Abbreviation: ã|noneã%
Parameters: ã|titleã%
ã|Description:ã%
The \part markup starts a new page, centers the title in 12 point Computer
Modern bold, and enters the title in the table of contents. Furthermore,
the \part markup places the part title in the center of a blank page (called
a half-title page). Parts are numbered. Each heading markup can be used as
often as necessary.
ã|Example:ã%
This example would print the title "Human Sciences" on a half title page,
then skip to a new page where it begins the paragraph "Humanity is still
. . ."
in order.
\part{Human Sciences}
\newpage
Humanity is still the measure of . . .
ã|Notes:ã%
To change how a part looks, use the \partformat markup.
If you are using \monospace, the part title is printed in monospace bold
instead of Computer Modern 12 point bold.
Each time you enter \part, the chapter number and subhead numbers are
reset to zero.
|