7.8.6 Configuring a title page (an example)

These are macros to be invoked from the format properties; the macros would be defined in a macro library, not in the formats file:

[AuthorPub]
; this is for the title page below the mainbooktitle
<$_style(Heading2)> \'c <$Author> \\par \n
<$_style(Heading3)> \'c <$URL> \\par \n
<$_style(Heading2)> \\sb3600 \'c <$Converter> \\par \n
<$_style(Heading3)> \'c <$Date> \\par
[Author]
DITA Test Suite Project, Sourceforge
[URL]
<https://sourceforge.net/projects/ditatestsuite/>
[Converter]
RTF Produced by DITA2Go\\'99\~
[Date]
\\chdpl\~

Macro AuthorPub is invoked from the document properties:

[BookTitle]
based = Heading1
keep = none
section = TitleSection
text align = center
font size = 36pt
margin bottom = 1in
start = \\line \\line \\line \\line \~
after = <$AuthorPub>

Document properties use this section:

[TitleSection]
based = Section
vertical align = middle

border top = DoubleBorder
border bottom = DoubleBorder
border left = HeavyBorder
border right = HeavyBorder
border header = no
border footer = no

header first = None
footer first = None
header left = None
footer left = None
header right = None
footer right = None

Previous Topic:  7.8.5 Configuring border formats for output pages

Next Topic:  7.9 Inserting line, column, and page breaks in output

Parent Topic:  7.8 Defining page layouts for RTF output

Sibling Topics:

7.8.1 Establishing default properties for output pages

7.8.2 Configuring output section formats

7.8.3 Configuring page header and footer formats

7.8.4 Forcing page and column breaks

7.8.5 Configuring border formats for output pages