← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK-APPS: [patch] PDF bookmarks in FOP leave no space betweenlabel and titel

From
Jochen Hein <>
Date
2002-02-17T20:05:08+00:00
ID
Thread
DOCBOOK-APPS: [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
← Prev in month ← Prev in thread
Next in thread → Next in month →