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]

[patch] PDF bookmarks in FOP leave no space betweenlabel and titel



I filed the sourceforge bug #518730, the appended fix is also uploaded
to sourceforge.

Is there any may to have the bookmarks open in acroread when using FOP
like I can to in passivetex?

Jochen

--- docbook-xsl-1.48/fo/fop.xsl.orig	Sun Feb 17 12:59:40 2002
+++ docbook-xsl-1.48/fo/fop.xsl	Sun Feb 17 13:06:15 2002
@@ -51,6 +51,7 @@
 
   <xsl:variable name="bookmark-label">
     <xsl:apply-templates select="." mode="label.markup"/>
+    <xsl:text> </xsl:text>
     <xsl:apply-templates select="." mode="title.markup"/>
   </xsl:variable>
 
@@ -74,6 +75,7 @@
 
   <xsl:variable name="bookmark-label">
     <xsl:apply-templates select="." mode="label.markup"/>
+    <xsl:text> </xsl:text>
     <xsl:apply-templates select="." mode="title.markup"/>
   </xsl:variable>
 
@@ -97,6 +99,7 @@
 
   <xsl:variable name="bookmark-label">
     <xsl:apply-templates select="." mode="label.markup"/>
+    <xsl:text> </xsl:text>
     <xsl:apply-templates select="." mode="title.markup"/>
   </xsl:variable>
 
@@ -120,6 +123,7 @@
 
   <xsl:variable name="bookmark-label">
     <xsl:apply-templates select="." mode="label.markup"/>
+    <xsl:text> </xsl:text>
     <xsl:apply-templates select="." mode="title.markup"/>
   </xsl:variable>
 
@@ -144,6 +148,7 @@
 
   <xsl:variable name="bookmark-label">
     <xsl:apply-templates select="." mode="label.markup"/>
+    <xsl:text> </xsl:text>
     <xsl:apply-templates select="." mode="title.markup"/>
   </xsl:variable>
 
@@ -168,6 +173,7 @@
 
   <xsl:variable name="bookmark-label">
     <xsl:apply-templates select="." mode="label.markup"/>
+    <xsl:text> </xsl:text>
     <xsl:apply-templates select="." mode="title.markup"/>
   </xsl:variable>
 

-- 
#include <~/.signature>: permission denied


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