Use small font in programlistings and wrap when too long

This commit is contained in:
Carlos Sanchez 2004-12-29 22:16:34 +00:00
parent 4106c9579b
commit 63271eecfe

View File

@ -356,7 +356,10 @@
################################################### -->
<!-- Verbatim text formatting (programlistings) -->
<xsl:param name="hyphenate.verbatim" select="1"/>
<xsl:attribute-set name="monospace.verbatim.properties">
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name="hyphenation-character">&#x25BA;</xsl:attribute>
<xsl:attribute name="font-size">
<xsl:value-of select="$body.font.small * 1.0"/>
<xsl:text>pt</xsl:text>