Hi Michael, Am 30.01.2016 um 17:52 schrieb Michael J Gruber <[email protected]>: > specials > ======== > > Is there a way to silence those warnings about ignored specials (other > than changing the overall logger level)?
You need to write a texmessage parser for that. This might sound complicated, but it actually is very simple. A texmessage parser is just a function being called with one argument, a string, and it returns a string. The string it receives is the TeX output on the console. It the texmessage parser "understands" this message (or part of it), it has to remove this string from the TeX output, it is responsible for. The rest of the string is to be returned. That's it. 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
------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
