From: Paul V. <pa...@vi...> - 2020-02-19 16:33:15
|
Hi Mark, > > I built several HTML and PDF targets successfully. But I noticed some structural > > differences in the PDF's. The ones built with gradle opened with the navigation > > bookmarks initially all collapsed, and the 'Table of Contents' bookmark entirely > > missing. > > I found the cause for both: docbook-xsl 1.79.1 uses XSL 1.1 bookmarks by > default, instead of FOP specific bookmark handling. Setting > xsl1.1.bookmarks to 0 fixed the problem. Fix is now committed. Thanks for the fixes; I built some PDF's and HTML and it all looks fine to me. Cheers, Paul |