Thanks Fernando. I'll work on this in the morning. I've been boozing all 
evening...


On Friday 07 July 2006 6:43 pm, Fernando Perez wrote:
> On 7/7/06, Fernando Perez <[EMAIL PROTECTED]> wrote:
> > On 7/7/06, Fernando Perez <[EMAIL PROTECTED]> wrote:
> > > Don't worry about me: I'll fix the mpl sources myself, that's easy
> > > enough as a workaround.  But you may want to take care of this before
> > > the new release is out, which John mentioned this morning as coming
> > > soon.
> >
> > I got it to work by changing in texmanager.py, line 203, from:
> >
> >             command = 'latex -interaction=nonstopmode
> > -output-directory="%s" \ "%s" > "%s"'%(self.texcache, texfile, outfile)
> >
> > to:
> >
> >             command = 'cd "%s" && latex -interaction=nonstopmode "%s"
> >
> > > "%s"' % \
> >
> >                       (self.texcache,texfile, outfile)
> >
> > This will work with any version of latex.
>
> But a similar change is also needed for EPS generation.  I've just
> attached a full patch, in case you want it.
>
> Cheers,
>
> f

-- 
Darren S. Dale, Ph.D.
[EMAIL PROTECTED]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to