Daniel Duparc wrote: >1. patch for mactex.lisp >------------------------ >I did'nt succeed in patching any mactex.lisp: Attached is my mactex.lisp file; it includes all of my patches and Judah Milgram's patch for log-like functions. 1. un-gzip mactex-1.7.lisp.gz; it contains only one file, mactex.lisp. 2. If there is a mactex.lisp file in maxima's src directory, rename it. (Call it anything). 3. copy mactex.lisp to maxima's src directory. 3. Try it out: (C10) tex(a+b/c); $${{b}\over{C}}+a$$ (D10) FALSE If this doesn't work, you may need to load mactex: (here I'm on a windows machine). (C11) load(mactex); Loading C:/maxima/src/mactex.lisp Finished loading C:/maxima/src/mactex.lisp (C12) tex(coth(x)); $$\coth x$$ (D12) FALSE (C13) I hope this 9751 byte attachment doesn't bother anyone? Barton
Attached file: mactex-1.7.lisp