|
From: SourceForge.net <no...@so...> - 2006-02-11 02:20:19
|
Bugs item #1429524, was opened at 2006-02-11 03:20 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mojca Miklavec (miklavec) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1429524&group_id=45430 |