blob: 98cab4d1b5b3803b73372e63466d4f8a4349dfa9 (
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 \subheadbformat
command and will set options for the subheadb titles. The format for the
\titleformat command is:
\subheadbformat{\titleformat{
\vsk{24pt}
{\it \subheadbtitle}
\vs{12pt}}
}
This is the default for \titleformat. Each \subheadb command will space down 24
points, print the \subheadbtitle in italics and space down 12 points to resume
with the text.
For more information on the \subheadbtitle command, see the help screen under
the markup menu for that particular command.
|