https://bugs.kde.org/show_bug.cgi?id=312821

--- Comment #9 from jackdyson31 <jackdyso...@gmail.com> ---
I have checked lines 183 of sageexpression.cpp in both the 0.5 (my current) and
0.6 versions of Cantor. The code is identical so I suspect the LaTeX might also
be broken in newer versions of Cantor. I extracted a show(x^2) output from a
sage 6.5 and a sage 7.0 notebook "worksheet.html" file:

sage 7.0:
*******

{{{id=1|
show(x^2)
///
<html><script type="math/tex;
mode=display">\newcommand{\Bold}[1]{\mathbf{#1}}x^{2}</script></html>
}}}

{{{id=2|

///
}}}

as well as the output from sage 6.5 for the same file:

sage 6.5
*******

{{{id=1|
show(x^2)
///
<html><script type="math/tex;
mode=display">\newcommand{\Bold}[1]{\mathbf{#1}}x^{2}</script></html>
}}}

{{{id=2|

///
}}}

and they are identical. However sage 6.5 displays ok in Cantor 0.5 but when
Cantor 0.5 runs sage 7.0, the output is as in my last post. Can anyone with
more knowledge who sees this guide me a bit ?

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to