summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docbook/custom_layer_pdf.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl
index 8207ba3eee..19f789f25a 100644
--- a/docbook/custom_layer_pdf.xsl
+++ b/docbook/custom_layer_pdf.xsl
@@ -10,6 +10,9 @@
<!-- create pdf bookmarks -->
<xsl:param name="fop.extensions" select="1"/>
+<!-- don't use the draft mode (no loading of image from the web) -->
+<xsl:param name="draft.mode" select="no"/>
+
<!-- use graphics for admons (note, tip, ...) -->
<xsl:param name="admon.graphics" select="1"/>
<xsl:param name="admon.graphics.path">wsug_graphics/</xsl:param>