5

I'm using wxMaxima 16.12.0 (Maxima 5.39.0) and when I try to print the output, I get overlapping text.

Here's an example (please, ignore the fact the the command couldn't be correct)

1st image

overlapping print

Sometimes happens also with print and printf (inside a block)

2nd image

    printf(true, "Link ~d~%", i),
    print("+------------------------------------------------+"),

enter image description here

3rd image
enter image description here

But outside a block

4th image

enter image description here

This makes all the output completely unreadable, and my program heavy relies on it. I think that in the 3rd image, the problem is that there is the 2 at the denominator is causing the "shrinking" of the output.

How can I solve it? Is it my problem or Maxima's?

OS: Mint 18 sarah  
Kernel: x86_64 Linux 4.4.0-57-generic  
DE: Cinnamon 3.0.7

P.S. I also noticed that sometimes, re-running previous commands could make "readable" the following, but that always happens random

EDIT1: I noticed that the last packages that I installed are

libwxbase3.0-dev 
libwxgtk3.0-dev 
libwxgtk3.0-0v5
libwxbase3.0-0v5

Could it be that there's some kind of conflict?

EDIT2: if I cut the command, the output is "reorganized" in a decent way

enter image description here

become

enter image description here

igng
  • 372
  • 1
  • 6
  • 17

1 Answers1

0

As BillThePlatypus requested, I'll answer so that everyone will have a quick solution.

In my case, just changing the font solved the problem (i.e. no more overlapping prints), so give it a try.

igng
  • 372
  • 1
  • 6
  • 17