This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

titlepage: sect1 title


Hi

I really have to collect some experience with the titlepage mechanism.
On my way, I appreciate any help :)

DocBook source:

<sect1><title>Prerequisites</title>

my.titlepage.templates.xml:

<t:titlepage element="sect1" wrapper="fo:block">
<t:titlepage-content side="recto">
<!-- I chose 123 so that it's easier to find than 100 -->
<title
fo:font-weight="123"
fo:margin-left="{$title.margin.left}"
fo:font-family="{$title.font.family}"/>

FO:

<fo:block id="d0e135">
<fo:block>
<!-- here the 123 appears ... -->
<fo:block keep-together="always" font-weight="123"
margin-left="-4pc" font-family="sans-serif">
<fo:block keep-with-next.within-column="always">
<!-- but gets overridden by this: -->
<fo:block font-family="sans-serif"
font-weight="bold"
keep-with-next.within-column="always"
space-before.minimum="0.8em" space-before.optimum="1.0em"
space-before.maximum="1.2em">
<fo:marker marker-class-name="section.head.marker">Prerequisites</fo:marker>
<fo:block font-size="16pt">Prerequisites

Tobi

--
http://www.pinkjuice.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]