← Prev in month ← Prev in thread

Problem with bookmarks and page breaks in PDF-output

From
Koachim Yiegler
Date
2003-05-15T09:23:03+00:00
ID
Thread
Problem with bookmarks and page breaks in PDF-output
Hello,

according to Bob Stayton's "Using the XSLT Stylesheets" I do the 
following to start every <sect1> on a new page.

<!-- force page break before sect1 -->
<xsl:attribute-set name="section.title.level1.properties">
   <xsl:attribute name="break-before">page</xsl:attribute>
</xsl:attribute-set>

But now the PDF bookmarks are incorrect (as viewed in Acrobat Reader): 
When a <sect1> starts on page N, the bookmarks links to page N-1.

I am using stylesheets 1.60.1 and XEP 3.3.

Greetings,
Joachim

-- 
Joachim Ziegler                       Stuhlsatzenhausweg 85
Max-Planck-Institut für Informatik    66123 Saarbrücken
Email:           Germany
← Prev in month ← Prev in thread