aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/print/lfs-index.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/print/lfs-index.xsl')
-rw-r--r--stylesheets/print/lfs-index.xsl10
1 files changed, 10 insertions, 0 deletions
diff --git a/stylesheets/print/lfs-index.xsl b/stylesheets/print/lfs-index.xsl
index 1d432abf8..a43be774c 100644
--- a/stylesheets/print/lfs-index.xsl
+++ b/stylesheets/print/lfs-index.xsl
@@ -122,4 +122,14 @@
</xsl:choose>
</xsl:template>
+ <!-- Page number in Index-->
+ <xsl:template match="*" mode="page.citation">
+ <xsl:param name="id" select="'???'"/>
+ <fo:inline keep-together.within-line="always">
+ <!--<xsl:text>[p</xsl:text>-->
+ <fo:page-number-citation ref-id="{$id}"/>
+ <!--<xsl:text>]</xsl:text>-->
+ </fo:inline>
+ </xsl:template>
+
</xsl:stylesheet>