RE: [Aimmath-developers] Sorry ... new bug in LaTeX translation
Brought to you by:
gustav_delius,
npstrick
From: Ken M. <mo...@pt...> - 2003-09-15 03:19:55
|
> -----Original Message----- > From: Greg Gamble [mailto:gr...@ma...] > Sent: Sunday, September 14, 2003 10:50 PM > To: Ken Monks > Cc: AIM developers > Subject: RE: [Aimmath-developers] Sorry ... new bug in LaTeX translation > : > Incidentally, does the Maple 5 definition of > `latex/latex/symbol` upset Inert? Does Inert need the Maple 7, 8, 9 > definition of `latex/latex/symbol`? No because Inert is a completely separate formatting system. It doesn't need or use anything from the built-in latex package. Each inert expression contains its own TeX formatting as a field inside it, either as a proc or a string. It doesn't use the built-in latex routines at all. > I'm still getting the `` in one of my Trig examples. So I don't think this > is fixed yet, but thanks, with all the info. you've given I think I'll be > able to sort it out. I've got a tut. now ... so I'll have to look at it > later on. Just look at the `latex/latex/symbol` routine in aim/LaTeX.mpl. You will see what changes I made since I have them commented. I tested the two examples you gave in your original message and they both worked as you wanted on my system, so perhaps the `` in your example is a different situation (or the mods I just made only work in Maple 9)? Or perhaps it is coming from some other Maple latex routine that we are not currently overriding because the expression you are constructing with `` is not a symbol? -KEN |