Bug 495711 - Cantor does not render maxima output even when LaTeX typesetting is enabled
Summary: Cantor does not render maxima output even when LaTeX typesetting is enabled
Status: CLOSED DUPLICATE of bug 490644
Alias: None
Product: cantor
Classification: Applications
Component: maxima-backend (show other bugs)
Version: 23.08.5
Platform: Ubuntu Linux
: NOR major
Target Milestone: ---
Assignee: Cantor Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-02 06:14 UTC by juanjosealca
Modified: 2024-11-11 07:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screenshot (67.11 KB, image/png)
2024-11-02 06:14 UTC, juanjosealca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juanjosealca 2024-11-02 06:14:13 UTC
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.
Comment 1 Alexander Semke 2024-11-11 07:53:10 UTC
*** This bug has been marked as a duplicate of bug 490644 ***