|
From: Raymond T. <toy...@gm...> - 2025-03-06 16:42:18
|
On 3/5/25 2:34 PM, Raymond Toy wrote:
> 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!
Fixed. You can use emaxima or imaxima. I also found the original email
about this and there was a comment about moving emaxima to use
alt-display. Until then, emaxima and imaxima can be used with display2d.
>> Cheers,
>> Eduardo
>>
>>
>> _______________________________________________
>> Maxima-discuss mailing list
>> Max...@li...
>> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
> ​
​ |