blob: b4b0c741fd8b3263e10fe0d6f70c4b88515b2571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
+-----------------------------------------------------------------------------+
| TEXT1 \titleformat COMMAND |
+-----------------------------------------------------------------------------+
The \titleformat command is always used in conjunction with the \subheadcformat
command and will set options for the subheadc titles. The format for the
\titleformat command is:
\subheadcformat{\titleformat{
\vsk{24pt}
{\subheadctitle}
\vs{12pt}}
}
This is the default for \titleformat. Each \subheadc command will space down 24
points, print the \subheadctitle and space down 12 points to resume with the
text.
For more information on the \subheadctitle command, see the help screen under
the markup menu for that particular command.
|