Bugs item #797257, was opened at 2003-08-29 12:51
Message generated for change (Comment added) made by gustav_delius
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: Gustav W Delius (gustav_delius)
Date: 2003-09-10 16:02
Message:
Logged In: YES
user_id=737246
This was due to AiM using an old version of tth that it found
on my harddrive. Changed AutoConf.mpl and AutoConfWin.mpl
so that AiM will always use the version that comes with the
release.
----------------------------------------------------------------------
Comment By: Gustav W Delius (gustav_delius)
Date: 2003-09-10 11:02
Message:
Logged In: YES
user_id=737246
The bug is still there.
Also: it would be very useful to put some comments into
aim/Latex.mpl to explain what is being done.
----------------------------------------------------------------------
Comment By: Ken Monks (monks)
Date: 2003-09-10 02: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 22: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 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
|