summaryrefslogtreecommitdiffstats
path: root/xsl
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-10-18 20:09:42 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-10-18 20:09:42 +0000
commitc6e6bef2f76763ae686cf16e4b73c2547981974c (patch)
treeab81773f88b18cd50890cad098f1df3902cec19b /xsl
parente59ecb4849d818dd78a1002c525a1ef7813e02f0 (diff)
downloadfedora-doc-utils-c6e6bef2f76763ae686cf16e4b73c2547981974c.tar.gz
fedora-doc-utils-c6e6bef2f76763ae686cf16e4b73c2547981974c.tar.xz
fedora-doc-utils-c6e6bef2f76763ae686cf16e4b73c2547981974c.zip
Point PDF to proper callout graphics location: same that HTML uses.
Diffstat (limited to 'xsl')
-rw-r--r--xsl/main-pdf.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsl/main-pdf.xsl b/xsl/main-pdf.xsl
index 0dfd19d..62b1160 100644
--- a/xsl/main-pdf.xsl
+++ b/xsl/main-pdf.xsl
@@ -19,4 +19,6 @@ article toc
<xsl:param name="toc.section.depth">3</xsl:param>
<xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="callout.graphics.path">./stylesheet-images/</xsl:param>
+
</xsl:stylesheet>