Re: In amaya1.2, MathML, < becomes > after reloading

Francis Montagnac wrote:
> Then you see that the < becomes a >

I guess the patch below will solve that problem. Unfortunately you
have to recompile Amaya to fix this.

-- 
    Jan Nijtmans, CMG (Computer Management Group) Arnhem B.V.
    email: Jan.Nijtmans@wxs.nl (private)
           Jan.Nijtmans@cmg.nl (work)
    url:   http://home.wxs.nl/~nijtmans/
==========================================================================================
*** amaya/html2thot.c.orig      Wed Jun 10 21:29:27 1998
--- amaya/html2thot.c   Wed Jun 10 21:30:29 1998
***************
*** 330,336 ****
     {"lrarr", 171, 'G'},
     {"lrArr", 219, 'G'},
     {"lsqb", 91, 'G'},
!    {"lt", 62, 'L'},
     {"middot", 215, 'G'},
     {"mldr", 188, 'G'},
     {"mu", 109, 'G'},
--- 330,336 ----
     {"lrarr", 171, 'G'},
     {"lrArr", 219, 'G'},
     {"lsqb", 91, 'G'},
!    {"lt", 60, 'L'},
     {"middot", 215, 'G'},
     {"mldr", 188, 'G'},
     {"mu", 109, 'G'},

Received on Tuesday, 16 June 1998 09:21:03 UTC