summaryrefslogtreecommitdiff
path: root/fo/component.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'fo/component.xsl')
-rw-r--r--fo/component.xsl18
1 files changed, 1 insertions, 17 deletions
diff --git a/fo/component.xsl b/fo/component.xsl
index b14a6f9..cc11b8e 100644
--- a/fo/component.xsl
+++ b/fo/component.xsl
@@ -5,7 +5,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: component.xsl 9293 2012-04-19 18:42:11Z bobstayton $
+ $Id: component.xsl 9647 2012-10-26 17:42:03Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -51,14 +51,6 @@
</xsl:choose>
</xsl:variable>
- <xsl:if test="$passivetex.extensions != 0">
- <fotex:bookmark xmlns:fotex="http://www.tug.org/fotex"
- fotex-bookmark-level="2"
- fotex-bookmark-label="{$id}">
- <xsl:value-of select="$titleabbrev"/>
- </fotex:bookmark>
- </xsl:if>
-
<fo:block xsl:use-attribute-sets="component.title.properties">
<xsl:if test="$pagewide != 0">
<!-- Doesn't work to use 'all' here since not a child of fo:flow -->
@@ -721,14 +713,6 @@
</xsl:attribute>
</xsl:if>
- <xsl:if test="$passivetex.extensions != 0">
- <fotex:bookmark xmlns:fotex="http://www.tug.org/fotex"
- fotex-bookmark-level="{count(ancestor::*)+2}"
- fotex-bookmark-label="{$id}">
- <xsl:value-of select="$titleabbrev"/>
- </fotex:bookmark>
- </xsl:if>
-
<fo:block xsl:use-attribute-sets="article.appendix.title.properties">
<fo:marker marker-class-name="section.head.marker">
<xsl:choose>