More tweak for PDF guide

This commit is contained in:
Trustin Lee 2008-09-20 10:44:51 +00:00
parent bacabc9a12
commit da8fa65aca

View File

@ -14,6 +14,9 @@
<xsl:param name="programlisting.font" select="$monospace.font.family" />
<xsl:param name="programlisting.font.size" select="'75%'" />
<!-- Remove the blank pages between the chapters -->
<xsl:param name="double.sided" select="0" />
<!-- Use SVG for callout images instead of PNG -->
<xsl:param name="callout.graphics" select="1" />
<xsl:param name="callout.graphics.extension" select="'.svg'" />