Hello, 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). Everything works fine, under MikTeX version 2.5, when I give the following command: text.set(mode='latex',texmessagesdocclass=[text.texmessage.ignore]) I understand the MikTeX version 2.4 installer is no longer available. So this problem may appear more frequently on windows machines using MikTeX. Regards, Charles ------------------------------------------------------------------------- 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
