|
From: SourceForge.net <no...@so...> - 2006-02-11 12:30:55
|
Bugs item #1429524, was opened at 2006-02-11 03:20 Message generated for change (Comment added) made by joergl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1429524&group_id=45430 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: low level PostScript functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mojca Miklavec (miklavec) >Assigned to: Jörg Lehmann (joergl) Summary: wrong parsing of .enc files Initial Comment: How to reproduce the error? text.preamble(r"\usepackage{iwona}") Reason for misbehaviour: some .enc files may start with something like this: /enciwona-qx[ /alpha PyX considers '[' being part of the encoding name and expects another '[' to appear. Please also try with text.preamble(r"\usepackage{lmodern}") Parsing of .enc files is simple, but yet not as trivial as it may seem to be. Mojca PS: Hoping that PyX will support ConTeXt once as well, not only (hardcoded) LaTeX; www.pragma-ade.com/overview.htm. But PyX seems to be great anyway. ---------------------------------------------------------------------- >Comment By: Jörg Lehmann (joergl) Date: 2006-02-11 13:30 Message: Logged In: YES user_id=390410 Hi Mojca, I checked in a fix. Could you maybe checkout the CVS version of PyX and try whether it fixes the problem. I neither have the iwona package nor, as it seems, the fonts for the lmodern package installed. Thanks, Jörg PS: With respect to ConTeXt support, I have to say that adding this, is not a priority for us, since neither of the developers is a ConTeXt user. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1429524&group_id=45430 |