On Friday 12 November 2004 15:09, Kamaraju Kusumanchi wrote:
> Valery Pipin wrote:
> >>Same behaviour. The command hangs in maxima (command-line-interface).
> >>In texmacs gives the following error
> >>
> >> Load failed for /usr/share/maxima/5.9.1/src/mactex.lisp
> >
> >You do not need to load mactex under texmacs (it is already there)
> >everything's seems ok if you just comment the string ($load "mactex") to
> > run pdiff inside texmacs.
> >
> >Valery
>
> I am sorry, I did not understand what you meant in the above message.
That's ok. English is not my native language.
> Could you please clarify as to how to load the pdiff package in texmacs?
Please look at /usr/share/maxima/5.9.1/share/contrib/pdiff/pdiff.lisp.
To comment the string ($load "mactex") there put ";" before it.
Like the following,
;($load "mactex")
After this load(pdiff) or load("contrib/pdiff/pdiff.lisp") should work inside
texmacs. I'm sure there is cleverer solution. But I'm not a lisp hacker :-(.
regards,
Valery