Hi, capabilities of newly released Context are quite remarkable. (definitely speedwise and xml procesing related). Thanks. At moment I would have one question. Context seems to loose ability to include pdf font resource in generated files. The problem might be in macro \doincludepdffontresource where it never goes inside (at least in my tests), and pdf file always ends up without resource table. What could be done with it?
Thanks. Peter simple test file: % output=pdftex interface=en \useencoding[pfr] \setupbodyfont[csr] \setupcolors[state=start] \starttext \bf \v r \v R test \`z \'z \v z \bf test \sl test \bs quite funny \`z \v r \page test \`Z \'Z \v Z \bf test \sl test \bs quite funny \`Z \v R \page \showcharacters \page \showaccents \stoptext
