OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: XML, XSL, texmath inlineequation not.


On Fri, 30 Aug 2002, Doug du Boulay wrote:

>     <inlineequation> <alt role="tex">
>         \(W\), \(X\), \(Y\) and \(Z\)
>           </alt> <graphic fileref="figures/xc_0.xbm"/>
>     </inlineequation>
>
> Hope thats sufficient?

You are right. Error isn't in your document but in XSL stylesheets. They
are not prepared for graphic element in inline context. I will fix it in
CVS, meanwhile you can add following template into your customization file
or simply into html/graphic.xsl if don't have one.

<xsl:template match="inlineequation/graphic">
    <xsl:call-template name="anchor"/>
    <xsl:call-template name="process.image"/>
</xsl:template>

I didn't have chance to test it on my machine, but it should work.

Other option is to use inlinemediaobject instead of graphic.

			Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek
  e-mail: jirka@kosek.cz
  http://www.kosek.cz



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC