Skip to content

Commit

Permalink
Bug 798618, Modify Docbook XSL stylesheets to control...
Browse files Browse the repository at this point in the history
... the behavior of <screen> elements for FO output
  • Loading branch information
CWehli committed Feb 9, 2024
1 parent 8dec84a commit 89ac0e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xsl/gnc-custom-pdf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<xsl:attribute name="text-decoration">underline</xsl:attribute>
</xsl:attribute-set>

<!-- Adjust verbatim elements -->
<xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties">
<xsl:attribute name="font-size">9</xsl:attribute>
</xsl:attribute-set>
<xsl:param name="monospace.verbatim.font.width">0.30em</xsl:param>

<xsl:param name="generate.toc">
book toc,title,figure,table,example,equation
</xsl:param>
Expand Down

0 comments on commit 89ac0e0

Please sign in to comment.