wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
461 stars 96 forks source link

The display of subscipts has been backsliding for long #1807

Open idealkindom opened 9 months ago

idealkindom commented 9 months ago

The problem of subscripts output after Maxima 5.43 has long been existing until now.

ΔP_r;print(ΔP_r,"=",4.6,".")$ ΔP_r1;print(ΔP_r1,"=",2.3,".")$ ΔP_r[1];print(ΔP_r[1],"=",1.2,".")$ P_r;P_r:4.6;print('ΔP_r,"=",4.6,".")$ P_r1;P_r1:2.3;print('ΔP_r1,"=",2.3,".")$ kill(all)$ P_r[1];P_r[1]:1.2;print('ΔP_r[1],"=",1.2,".")$

gunterkoenigsmann commented 9 months ago

We still are in urgent need of a lisp programmer who knows how to fix those issues...

idealkindom commented 9 months ago

Because of this bug, I always use the old version of WxMaxima, i.e. boundled with Maxima 5.43 to parse the .wxmx file in order to get a descent output.

At 2023-09-28 01:44:27, "Gunter Königsman" @.***> wrote:

We still are in urgent need of a lisp programmer who knows how to fix those issues...

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

idealkindom commented 9 months ago

We still are in urgent need of a lisp programmer who knows how to fix those issues...

why not retreat those relevant features to an older but normal version?

gunterkoenigsmann commented 9 months ago

If we find someone who manages to do that without breaking support for characters like ">" again that would be fine

idealkindom commented 9 months ago

Al right.Thanks a lot for your explanations.

At 2023-09-29 13:31:26, "Gunter Königsman" @.***> wrote:

If we find someone who manages to do that without breaking support for characters like ">" again that would be fine

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>