Skip to content

Commit e896b0f

Browse files
committed
Bug 798618, Modify Docbook XSL stylesheets to control...
... the behavior of <screen> elements for FO output
1 parent e14bd06 commit e896b0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xsl/gnc-custom-pdf.xsl

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
<xsl:attribute name="text-decoration">underline</xsl:attribute>
1717
</xsl:attribute-set>
1818

19+
<!-- Adjust verbatim elements -->
20+
<xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties">
21+
<xsl:attribute name="font-size">9</xsl:attribute>
22+
</xsl:attribute-set>
23+
<xsl:param name="monospace.verbatim.font.width">0.30em</xsl:param>
24+
1925
<xsl:param name="generate.toc">
2026
book toc,title,figure,table,example,equation
2127
</xsl:param>

0 commit comments

Comments
 (0)