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

William F Hammond <[email protected]> Mon, 05 Jan 2015 23:29:33 -0500
Newsgroups gmane.comp.web.mathematics
Message-ID <[email protected]>
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