Hello, On 11.01.07, [EMAIL PROTECTED] wrote: > There appears to be a problem using MikTeX version 2.5 (on Windows) > and PyX-0.9. I understand that by default, PyX assumes the 'tex' mode: > > text.set(mode='tex') > > But for PyX users wishing access LaTeX commands, the mode shoud be set to: > > text.set(mode='latex') > > In my hands, the mode='latex' command works fine for MikTeX version 2.4, > but I get an error message when using MikTeX version 2.5. The error > message is almost identical to the one posted on this list on 2006-12-04 > (see Re: Can't get PyX-0.9 working on windows).
The problem there was caused by a blank in the file name "Program Files" which is always a bad idea. I have checked in a modified version of the file string tester, that will hopefully be able to deal with it. Please try out the current svn trunk (revision 2858) with your files. In any case, the word "almost" you have used above, might become important ;-) Michael. -- "A mathematician is a device for turning coffee into theorems" Paul Erdös. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
