OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC