From: Eduardo O. <edu...@gm...> - 2025-03-05 21:21:35
|
On Wed, 5 Mar 2025 at 18:03, Robert Dodier <rob...@gm...> wrote: > > On Wed, Mar 5, 2025 at 10:24 AM Leo Butler <Leo...@um...> wrote: > > > By the way, you would likely get better results by using the LaTeX > > pretty printers from either imaxima or emaxima. These are Lisp programs > > that can be loaded into Maxima without using Emacs. > > What are the LaTeX pretty printers for imaxima and emaxima? I'm not > familiar with them. > > Robert Hi Robert, maybe this for emaxima? I am not a specialist, but it's what I use... load("/usr/share/emacs/site-lisp/maxima/emaxima.lisp")$ :lisp (setf (get '$display2d 'assign) nil) display2d:'emaxima$ Cheers, Eduardo |