Whamcloud - gitweb
LUDOC-140 Add contents info to pdf edition
authorPrzemyslaw Dubaniewicz <przemyslaw@dubaniewicz.com>
Wed, 10 Apr 2013 10:29:38 +0000 (12:29 +0200)
committerRichard Henwood <richard.henwood@intel.com>
Thu, 30 May 2013 18:23:32 +0000 (14:23 -0400)
Enable a "fop1.extensions" in order to show
bookmarks in a pdf version of the manual.

Signed-off-by: Przemyslaw Dubaniewicz <przemyslaw@dubaniewicz.com>
Change-Id: I07a55d227ebf169587ef6671eddb633b1cbdb1f4
Reviewed-on: http://review.whamcloud.com/6008
Tested-by: Hudson
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Richard Henwood <richard.henwood@intel.com>
style/customstyle_fo.xsl

index 37d191f..0d4ab1e 100644 (file)
@@ -9,6 +9,7 @@
 <xsl:import href="PRIMARYXSL"/>
 <xsl:output method='xml'/>
 
+<xsl:param name="fop1.extensions" select="1"></xsl:param>
 <xsl:param name="chapter.autolabel" select="1"></xsl:param>
 <xsl:param name="section.autolabel" select="1"></xsl:param>
 <xsl:param name="appendix.autolabel" select="1"></xsl:param>