-
All the above examples work for me using GCL 2.6.7 with Maxima 5.19post on Slackware.
2009-11-06 19:48:18 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
What version of Maxima are you using? I cannot reproduce it using current versions. Contract will not simplify this expression, but it doesn't bungle up the indices either.
2009-10-31 20:37:58 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
I was converting an RTF file with lots of font changes; this caused a segmentation error, due to a buffer overflow in a CRevString (closingtags). As a temporary workaround, I just increased the buffer size in gstring.h from 256 to 4096, but surely, there is a more appropriate and robust way to deal with this issue.
I am also wondering if perhaps successive font changes should trigger the...
2009-07-25 16:33:18 UTC in RTF to HTML Lite Converter
-
I was converting an RTF file with lots of font changes; this caused a segmentation error, due to a buffer overflow in a CRevString (closingtags). As a temporary workaround, I just increased the buffer size in gstring.h from 256 to 4096, but surely, there is a more appropriate and robust way to deal with this issue.
I am also wondering if perhaps successive font changes should trigger the...
2009-07-25 15:53:48 UTC in RTF to HTML Lite Converter