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] | [List Home]


Subject: Avoid bridgeheads in running header?


Dear list,

in our page layout we generate running headers with our XSL
customization. In these headers the chapter and section titles are
displayed.
The settings look like the following:

...
    <xsl:param name="marker.section.level">2</xsl:param>

    <xsl:when test="$double.sided = 0
         and $position = 'right'">
        <fo:block>
           <xsl:apply-templates select="." mode="titleabbrev.markup"/>
        </fo:block>
        <fo:block> 
           <fo:retrieve-marker retrieve-class-name="section.head.marker"

 
retrieve-position="first-including-carryover"
                               retrieve-boundary="page-sequence"/>
        </fo:block>
    </xsl:when>
...

Everything looks fine, until there are only bridgeheads and no section
titles on a page. In this case, the title of the bridgehead appears in
the running header. I would like to avoid this, but could not find the
settings to adjust this feature. I prefer to have only section titles
displayed, even if this section title comes from the previous page.
Originally I thought, that I had produced this effect by giving the
bridgeheads the attribute "renderas sect5". But reverting this attribute
did not solve the problem.

Thanks for your help,
Martin 
 
*******************************************
Harman Becker Automotive Systems GmbH
Geschaeftsfuehrung:  Dr. Wolfgang Ptacek  -  Michael Mauser  -  Regis Baudot
Sitz der Gesellschaft: Karlsbad - Registergericht: Mannheim HRB 361395
 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************


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