Bugs item #797257, was opened at 2003-08-29 12:51
Message generated for change (Comment added) made by npstrick
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: Neil Strickland (npstrick)
Date: 2003-08-30 21: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
|