Just to close this question.  I found that commons-math uses the mathjax
javascript library[1] that produces equations from LaTEX mathematical
equation format[2].   The mathjax library can be included in site xdoc
files by including:
{noformat}
<head>
    <script type="text/javascript" src="
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
/>
</head>
{noformat}

[1] https://www.mathjax.org/
[2] https://www.overleaf.com/learn/latex/Mathematical_expressions

On Sat, Jan 25, 2020 at 7:43 PM Gary Gregory <[email protected]> wrote:

> Maybe look at Commons Math?
>
> Gary
>
> On Sat, Jan 25, 2020, 13:42 Claude Warren <[email protected]> wrote:
>
> > I am attempting to use  XHTML generator as part of the
> commons-collections
> > site generation.  The document I have requires MathML which is part of
> > HTML5 now.  But the XHTML and XHTML5 generators emit a warning for each
> of
> > the MathML tags that reads "[XHTML Sink] No HTML tag found for unknown
> > event: 'math', ignoring!" or similar for other MathML tags.  Is there a
> way
> > to emit the MathML tags using the xdoc input format?
> >
> > I have a work around using the snippet macro but would like a cleaner
> > solution.
> >
> > Claude
> >
> > --
> > I like: Like Like - The likeliest place on the web
> > <http://like-like.xenei.com>
> > LinkedIn: http://www.linkedin.com/in/claudewarren
> >
>


-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to