From: Raymond T. <toy...@gm...> - 2025-03-05 22:34:26
|
On 3/5/25 1:21 PM, Eduardo Ochs wrote: > 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$ Oh dang! I forgot about this issue. I need to fix it so we can set |display2d| to |emaxima|. Sorry about that! > Cheers, > Eduardo > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss ​ |