Thanks for the suggestion - could you create a jira issue for this and
if you can post a patch for the change.
Thanks,
Jay
Sebastian Hennebrueder wrote:
Hello,
in the PDF a number of rows end in nowhere. I saw that fo is used to
generate the PDF. The following configuration in the fo.xsl would wrap
programlisting by the first space.
<xsl:param name="hyphenate.verbatim"
select="0"></xsl:param>
<xsl:attribute-set name="monospace.verbatim.properties"
use-attribute-sets="verbatim.properties
monospace.properties">
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name="hyphenation-character">-</xsl:attribute>
</xsl:attribute-set>