Dear Wojciech, ok. I think the problem is that MiKTeX writes a full path for the tex file initially passed to (La)TeX. (BTW this file containing just \relax is a trick to set the \jobname while later on talking to (La)TeX using stdin.)
Am 14.12.2009 um 21:43 schrieb Wojciech Jaskowski: > After parsing the return message from TeX, the following was left: > , Version 3.1415926 (MiKTeX 2.8) > > > (c:\aaaaa\bbbbbb\cccccccc\ddd\eeeeeee\fffffff\gggggggggggggggggggg\tmpr3iamv.te > x) > * > (cut after 5 lines, increase errordebug for more output) > The problem is, that the TeX startup parser wants to find the name of the temporary tex file in the output, which failes due to the bad line break. Note that on my TeX-Installation (TeXlive on a Mac), the directory name is ommitted. (We are in this directory anyway.) To test it, create a file containing just "\bye" and run it in TeX. Here is my terminal output: an...@mbp:/tmp/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa$ tex test.tex This is TeX, Version 3.1415926 (Web2C 7.5.7) (./test.tex ) No pages of output. Transcript written on test.log. As you can see, I don't have the full path in the output, but I guess you do. Could you just check, that it helps to uncomment lines 105 to 108 in text.py to overcome the problem? In case it does, I will remove it in the PyX repo as well ... the scrollmode check followed after this check is already a very heavy proof of a proper (La)TeX setup. Best, André -- by _ _ _ Dr. André Wobst, Amselweg 22, 85716 Unterschleißheim / \ \ / ) [email protected], http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev
_______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
