Summary: | Cantor does not render maxima output even when LaTeX typesetting is enabled | ||
---|---|---|---|
Product: | [Applications] cantor | Reporter: | juanjosealca |
Component: | maxima-backend | Assignee: | Cantor Bugs <cantor-bugs> |
Status: | CLOSED DUPLICATE | ||
Severity: | major | CC: | alexander.semke |
Priority: | NOR | ||
Version First Reported In: | 23.08.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot |
*** This bug has been marked as a duplicate of bug 490644 *** |
Created attachment 175468 [details] screenshot SUMMARY Cantor does not render maxima output even when LaTeX typesetting is enabled. STEPS TO REPRODUCE 1. Write Maxima code. 2. Press Enter OBSERVED RESULT The output is not formatted, not even like maxima CLI or the WxMaxima application. i.e.: [r = (sqrt(3)*%i-1)/(2^(4/3)*%pi^(1/3)), r = -(sqrt(3)*%i+1)/(2^(4/3)*%pi^(1/3)),r = 1/(2^(1/3)*%pi^(1/3))] EXPECTED RESULT The output should be rendered similar to LaTeX or wxMaxima. In the later case the output was: <pre>(%i4) solve(A1(r) = 0); sqrt(3) %i - 1 sqrt(3) %i + 1 1 (%o4) [r = --------------, r = - --------------, r = -----------] 4/3 1/3 4/3 1/3 1/3 1/3 2 %pi 2 %pi 2 %pi </pre> SOFTWARE/OS VERSIONS Linux: 6.8.0-45-generic Qt Version: 5.15.13 (built against 5.15.13) ADDITIONAL INFORMATION I'm attaching screenshots from Cantor.