Hello Darren,

the & is also in my solution! and I always had to change "%s" to %s
and I also added a 'c:' before the cd because " cd c:\temp\ " is not 
working when the command is starten from d:

so finally I have:
  c: & cd %s & latex -interaction=nonstopmode %s ...

But I thinks this is not enough to get dvipng working, so I've changed 
the $HOME to a path without spaces.

Wolfgang

If you wan't I can mail you the files which I've changed.



Darren Dale schrieb:
> Part of the problem is that DOS doesnt allow the semicolon to delimit 
> multiple 
> commands. I made a little bit of progress by changing every 'cd "%s"; ...' 
> to 'cd "%s" & ...'. At that point, dvipng starts complaining about the 
> dvifile not existing. The frustrating part is that I can copy that exact 
> command into a dos prompt and dvipng processes the dvi file just fine. I'm 
> about ready to plead insanity.
> 
> 
> 
> On Monday 12 June 2006 08:55, Wolfgang wrote:
>> I have Miktex running. But finally dvipng had problems with the path
>> which included spaces.
>>
>> Wolfgang
>>
>> Ryan Krauss schrieb:
>>> Which LaTeX distribution are you using on windows?  TexLive handles
>>> paths much more poorly than MikTeX.
>>>
>>> On 6/12/06, Wolfgang <[EMAIL PROTECTED]> wrote:
>>>> Finally I changed in matplotlib/__init__.py the evaluation of $HOME to a
>>>> path without spaces because all files are transfered to
>>>> $HOME.matplotlib/tex.cache/ instead of $TEMP
>>>>
>>>> I also had to change in texmanager.py some of the "%s" to %s
>>>>
>>>> I think someone with more experience in programming should check the
>>>> path handling on windows (regarding to spaces in the path)
>>>>
>>>> I would also suggest that temporary files go into a path which is based
>>>> on $TMP.
>>>>
>>>> Wolfgang
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Matplotlib-users mailing list
>>>> Matplotlib-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>> _______________________________________________
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 



_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to