Hi all again. I've also added to file text.py code to manage the warning
messages reported by the amsmath package. They look like:
 
Package amsmath Warning: Foreign command \over;
(amsmath)                \frac or \genfrac should be used instead
(amsmath)                 on input line 56.
 
    The code is:
 
texmessage.packagewarning =
texmessagepattern(re.compile(r"^package\s+(?P<packagename>\S+)\s+warning\s*:
[^\n]+(?:\n\(?(?P=packagename)\)?[^\n]*)*", re.MULTILINE | re.IGNORECASE),
"ignoring generic package warning")

which I've added after the definition of texmessage.rerunwarning. Of course
the definitions of both defaulttexmessagesend and
defaulttexmessagesdefaultrun must be modified to also include the new
texmessage.packagewarning RE.
 
    Hope this helps, best regards.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to