aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_pdf.xsl
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-27 11:36:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-27 11:36:54 +0000
commit732d60b8c59ab65004b1b2a610f466c5d287db8d (patch)
treef8b4b43bd4facdd01c07822afa6a686c6d266bc9 /docbook/custom_layer_pdf.xsl
parent7b195acb54f6de83a9ced205bf984c2d0263bbf9 (diff)
set admon.graphics.extension to '.png' (the default), so we don't have to search for it in case we need it
svn path=/trunk/; revision=16900
Diffstat (limited to 'docbook/custom_layer_pdf.xsl')
-rw-r--r--docbook/custom_layer_pdf.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl
index fed620a369..a982dd7deb 100644
--- a/docbook/custom_layer_pdf.xsl
+++ b/docbook/custom_layer_pdf.xsl
@@ -13,6 +13,7 @@
<!-- use graphics for admons (note, tip, ...) -->
<xsl:param name="admon.graphics" select="1"/>
<xsl:param name="admon.graphics.path">graphics/</xsl:param>
+<xsl:param name="admon.graphics.extension" select="'.png'"/>
<!-- use numbering for sections (not only for chapters) -->
<xsl:param name="section.autolabel" select="1"/>