For my customization layer I want the header to display the
first-including-carryover of the sect1 or section tag on the position left
header.
I have the following parameter set:
  <xsl:param name="marker.section.level">1</xsl:param>
and the fo retrieve marker
           <xsl:when test="ancestor::book and ($double.sided != 0)>
              <fo:retrieve-marker retrieve-class-name="section.head.marker"

retrieve-position="last-starting-within-page"
                                  retrieve-boundary="page-sequence"/>
            </xsl:when>

However, it was noticed that bridgeheads also appear in the header which was
not so much as problem as in some cases the header gets stuck on the
bridgehead and displays it several pages later.

The bridgehead has only one single line para after it and then a new section
starts on the same page so the bridgehead should not be selected in the
first place because the sections after it should have been picked up.  The
book I am noticing this on is one that uses many bridgeheads.

Is there some way I can turn off it picking up bridgeheads?

Thanks,
Joy


-- 
Joy Andree
Software Developer II
ANSYS, Inc.
275 Technology Drive
Canonsburg, PA 15317
Tel: 724-514-2944
---------------------------------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

Reply via email to