<div dir="ltr"><div><div class="gmail_quote">On Mon, Sep 30, 2013 at 3:09 AM, Matteo Gamboz <span dir="ltr"><<a href="mailto:gamboz@medialab.sissa.it" target="_blank">gamboz@medialab.sissa.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi all,<br>
  I'm looking for a way to keep math as it is. For example:<br>
<br>
J\`er\'ome $\alpha < x^{\infty}$ end<br>
→<br>
Jèróme <math><![CDATA[$\alpha < x^{\infty}$]]></math> end<br>
<br>
but, by now I'm only able to get to this:<br>
Jèróme <math><![CDATA[α &#x003C; x∞]]></math> end<br>
<br></blockquote></div><br clear="all">For translating LaTeX to DocBook you want, as I understand it, to have TeX source put inside <math> tags whose content is the literal TeX source as a CDATA marked section.  Yes, your .cfg sets up the beginning and end of the CDATA marked section, but it does not give tex4ht a way to understand that the TeX math markup should be passed untouched.  Probably, one could write an alternate version of dblatex to do this.<br>
</div><div><br></div><div>The real problem here is that DocBook is not a very satisfactory translation target for LaTeX.  Apart from math it's too rich, and for math the options are poor.  Common practice, aside from MathML islands, cf. dbmlatex, is insertion of TeX source<br>
</div><div><br></div><div>It would be far better if DocBook incorporated, say, the XML guise of the profile for LaTeX math represented by the TeX input for MathJax -- something that is author-friendly.  Then it would be straightforward to accommodate that in something like dblatex, as well as to revise standard DocBook processors.  With that hypothetical what would make sense for the output would be something like this:<br>
<br>          Jèróme <math><alpha/> &lt; x<sup><infty/></sup></math> end<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">N.B., <alpha/> rather than α because the mathematical \alpha in TeX should not be regarded as the same as α in a unicode-capable version of LaTeX.<br>
<br></div><div class="gmail_extra">           -- Bill<br></div><div class="gmail_extra"><br><br>-- <br><div dir="ltr">William F Hammond<br>Email: <a href="mailto:gellmu@gmail.com" target="_blank">gellmu@gmail.com</a><br><a href="https://www.facebook.com/william.f.hammond" target="_blank">https://www.facebook.com/william.f.hammond</a><br>
<a href="http://www.albany.edu/~hammond/" target="_blank">http://www.albany.edu/~hammond/</a><br><br></div>
</div></div>