cadabra2 icon indicating copy to clipboard operation
cadabra2 copied to clipboard

Not displayed correctly in TeXMacs

Open bztd opened this issue 6 months ago • 2 comments

The following code is not displayed properly:

for i in range(0,5):
    print(i)

It displays nothing, adding ";" displays the result "...,none,4,none,5,...".

In the tutorial sphere

Image TeXMacs:

Image

bztd avatar May 25 '25 15:05 bztd

I have just fixed the print issue. The other one looks like a texmacs problem, in the sense that it seems to not process brackets correctly, but I'll have a look.

kpeeters avatar May 25 '25 18:05 kpeeters

Understood. Thank you.

bztd avatar May 25 '25 18:05 bztd