On Fri, 18 Jul 2008, Dan Reinholz apparently wrote: > After parsing the return message from TeX, the > following was left: > * > *! Undefined control sequence. > <recently read> \frac
It looks like the default mode is to use plain tex macros and you are using a latex macro. http://pyx.sourceforge.net/manual/node24.html Either change modes or use 1 \over 2 instead of \frac12. hth, Alan Isaac PS Hey guys, how about calling the mode "plain" instead of "tex"?? That's just not nice! ;-) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
