Re: Issue on converting MathML to LaTeX using third party parser for XSLT2.0

saf sied <[email protected]> Wed, 7 Jan 2015 03:49:38 +0000 (UTC)
Newsgroups gmane.comp.web.mathematics
Message-ID <1138937898.3356303.1420602578529.JavaMail.yahoo@jws10028.mail.ne1.yahoo.com>
Many thanks to William Hammond and David for their assistance. Following Mr. Hammond's instructions I was able to correctly typeset LaTeX. I also tried the following LaTeX (generated by David's XSL) and it produced nice looking Cauchy's Integral Formula. -Saf:
\[\let\par\empty
{
f
{\left.
\middle(
a
\middle)
\right.}
=
{\frac{{1}}{{
{2}
\unicode{960}
i
}}}
{{\unicode{8750}}\sb{{
\unicode{947}
}}}
{\frac{{\left.
f
\middle(
z
\middle)
\right.}}{{
z
\unicode{8722}
a
}}}
d
z
}
\]
 

     On Monday, January 5, 2015 11:29 PM, William F Hammond <[email protected]> wrote:
   

 saf sied <[email protected]> writes:

> . . .
> LaTeX:
>
> \documentclass[10pt]{article}
> \setlength{\textwidth}{12.0cm}
> \usepackage{amssymb}
> \begin{document}
> . . .

Place pmml-new.sty in the directory with the LaTeX file,
and add the line "\usepackage{pmml-new}" before "\begin{document}"

Also in pmml-new.sty add a line:

    \@namedef{uc177}{\pm}

                                    -- Bill