Bugs item #797257, was opened at 2003-08-29 08:51
Message generated for change (Comment added) made by monks
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=797257&group_id=44411
Category: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Gustav W Delius (gustav_delius)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing parenthesis around complex numbers
Initial Comment:
The following toy example illustrates the problem:
t> Type in $@(I-1)*(a-b)@$.
a> (I-1)*(a-b)
end>
The parenthesis around (I-1) are not printed in AiM's
output.
----------------------------------------------------------------------
>Comment By: Ken Monks (monks)
Date: 2003-09-09 22:44
Message:
Logged In: YES
user_id=766386
I originally restored some of the routines that Neil said were
no longer needed in order to fix bug #798642 "ln formats in
italics". Unfortunately this must have reintroduced this
parentheses bug. I have posted a new version of
aim/LaTeX.mpl that should fix both bugs simultaneously. Let
me know if it causes any other problems.
----------------------------------------------------------------------
Comment By: Gustav W Delius (gustav_delius)
Date: 2003-09-09 18:11
Message:
Logged In: YES
user_id=737246
This bug has reappeared, even though Neil had already fixed
it. This must have to do with the code that Ken added to
aim/Latex.mpl.
----------------------------------------------------------------------
Comment By: Neil Strickland (npstrick)
Date: 2003-08-30 17:18
Message:
Logged In: YES
user_id=430681
aim/LaTeX.mpl used to override various of Maple's latex'ing
functions, because they did not work properly with TtH when
I first started using it. Unfortunately, I did not record details
of what I changed or why. The Maple 8 versions of these
functions are better, so I just removed most of the overrides.
This cured the bug reported by Gustav, but may have
(re)introduced some other problems.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=797257&group_id=44411
|