Hi,

I use this customization in my stylesheets 
for inline monospace fonts:

<xsl:template match="database">
  <xsl:call-template name="inline.monoseq"/>
</xsl:template>

But there is a problem: inline.monoseq uses
attribute set "monospace.properties", but
it has set font-size attribute to 0.9em. That's
not problem for <para>, but it's great problem
for <title> in chapters or sections, for example:

<chapter>
  <title>
    Table <database class="table">test</database>
  </title>
...
</chapter>

Should I fire it as a bug?


Martin Perina <[EMAIL PROTECTED]>


Reply via email to