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]

[docbook-apps] 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: ziegler@mpi-sb.mpg.de Germany


--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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