> This seems to be a bug in the callout extension when shade.verbatim
> is turned on. It definitely messes up the table that is used to provide
the
> background color for programlisting. Norm Walsh needs
> to look at this, so I will file a bug report on it.
Thanks !
>> When setting callout.graphics to 0 and callout.unicode to 1 a '#'
character
>> is shown where I would expect the callout to appear. I guess the FO
output
>> should be corrected from (_X_ represents a Unicode character):
>> ...
>> <ELEMENT configDef ( property+ )> _X_
>> ...
>> to
>> <ELEMENT configDef ( property+ )> <fo:inline
>> font-family="ZapfDingbats">_X_</fo:inline>
> Actually, callout.unicode works for me with version 1.62.4
> of the stylesheets and FOP 0.20.5. Did you try those versions?
That's exactly what I tried too. As said before a '#' character is shown
where
I would expect the callout to appear (inside the programlisting).
Nevertheless
the callout reference (after the programlisting) is shown correctly. Here
are my
customisations to the stylesheet:
<xsl:param name="admon.graphics" select="1"/>
<xsl:param name="callout.graphics" select="0"/>
<xsl:param name="callout.unicode" select="1"/>
<xsl:param name="draft.mode" select="'no'"/>
<xsl:param name="fop.extensions" select="1"/>
<xsl:param name="paper.type" select="'A4'"/>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="shade.verbatim" select="1"/>
<xsl:param name="use.extensions" select="'1'"/>
Thank you very much
carsten