This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using inline.monoseq in FO


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 <martin.perina@osu.cz>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]