Skip to content

Commit 30637a7

Browse files
committed
Update docbook.xsl
make use of the pretty svg admonitions
1 parent 02a06a2 commit 30637a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/docbkx-stylesheet/fo/docbook.xsl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
<xsl:param name="img.src.path">target/docbkx/pdf/jetty/</xsl:param>
2222
<xsl:param name="keep.relative.image.uris">false</xsl:param>
23-
23+
24+
<xsl:param name="admon.graphics.extension">.svg</xsl:param>
2425

2526
<xsl:attribute-set name="table.table.properties">
2627
<xsl:attribute name="hyphenate">true</xsl:attribute>
@@ -284,4 +285,4 @@
284285
</xsl:choose>
285286
</xsl:template>
286287

287-
</xsl:stylesheet>
288+
</xsl:stylesheet>

0 commit comments

Comments
 (0)