|
From: serge de m. <sde...@gm...> - 2020-10-31 22:32:30
|
Hello all, I'm using imaxima (an emacs mode to interact with maxima, which displays inline LaTeX output). I have "recently" noticed that the displayed expressions are not using the full width of the screen, even though there is really no reason for it (as far as I can see). Even though it slightly bothered me, I never took the time to investigate, until today that is, and I have bisected it to a change that happened several months ago, namely d2fe6e8e7. I have attached 2 screenshots to show the difference: * the first one is the old behaviour (commit 6154d15ab, which is the last "good" commit), * the second one is the new behaviour (commit d2fe6e8e7). As can be seen in the screenshots, it's not that imaxima doesn't know about the width of the screen (%o2 is showing an expression that is taking the full width). I prefer the old behaviour, is there a way to configure imaxima to do that? I have seen that several new configuration variables have been introduced in the commit, but haven't figured out which one could help. serge |