|
[Date Index]
[Thread Index]
[Author Index]
Re: problem with init.m in mma 2.2 on RS/6000 and TeX/Mathematica
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: problem with init.m in mma 2.2 on RS/6000 and TeX/Mathematica
- From: dan at chem.bu.edu
- Date: Fri, 08 Oct 93 10:39:33 -0400
Hi.
We have just encountered the same problem, on the same system. WRI is
working on it. In the meantime, here is a fix that gets TeX/Mathematica
working.
In your init.m, replace the lines
<< PSFile.m
<< PSTeXpro.m
<< PSTeX.m
with
<< PSFile.m
<< PSTeXpro.m
PSTeXHeight = 100;
<< PSTeX.m
Can you let me know if this clears up you problem?
Thanks
Dan
Prev by Date:
mod != %
Next by Date:
Matrix Operations in Mma
Previous by thread:
mod != %
Next by thread:
Integrate[]
|