summaryrefslogtreecommitdiff
path: root/docs/xslt/expand-sambadoc.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-13 20:25:32 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:47 -0500
commit300b9cd394039a0937b63cd963d1b2f643ea1c49 (patch)
treed87715e11b1ca7df9e42e2d3ada56d1fcc25ab31 /docs/xslt/expand-sambadoc.xsl
parent2a6e3785dc1dade7e016768e3672532b7af647d9 (diff)
downloadsamba-300b9cd394039a0937b63cd963d1b2f643ea1c49.tar.gz
samba-300b9cd394039a0937b63cd963d1b2f643ea1c49.tar.bz2
samba-300b9cd394039a0937b63cd963d1b2f643ea1c49.zip
Fix image quality
(This used to be commit 75faf6c3aeff6716f7a5a10066d7cb960253a58e)
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r--docs/xslt/expand-sambadoc.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index e118a3255b..f10f04b97d 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -149,6 +149,14 @@
<xsl:attribute name="scalefit"><xsl:text>1</xsl:text></xsl:attribute>
</xsl:element>
</xsl:element>
+ <xsl:element name="imageobject">
+ <xsl:attribute name="role"><xsl:text>latex</xsl:text></xsl:attribute>
+ <xsl:element name="imagedata">
+ <xsl:attribute name="fileref">
+ <xsl:value-of select="$latex.imagebasedir"/><xsl:text>images/</xsl:text><xsl:value-of select="text()"/></xsl:attribute>
+ </xsl:element>
+ </xsl:element>
+
</xsl:element>
</xsl:template>
</xsl:stylesheet>