diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-12-27 11:36:54 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-12-27 11:36:54 +0000 |
commit | 732d60b8c59ab65004b1b2a610f466c5d287db8d (patch) | |
tree | f8b4b43bd4facdd01c07822afa6a686c6d266bc9 /docbook/custom_layer_pdf.xsl | |
parent | 7b195acb54f6de83a9ced205bf984c2d0263bbf9 (diff) | |
download | wireshark-732d60b8c59ab65004b1b2a610f466c5d287db8d.tar.gz wireshark-732d60b8c59ab65004b1b2a610f466c5d287db8d.tar.bz2 wireshark-732d60b8c59ab65004b1b2a610f466c5d287db8d.zip |
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.xsl | 1 |
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"/> |