7 Mar
2010
7 Mar
'10
9:37 a.m.
On Sat, Mar 6, 2010 at 18:19, Nicola Vitacolonna wrote:
Somewhere in my twists and turns to get Mark IV working today, it appears XeTeX has been broken. Running `texexec --xtx' on any ConTeXt file results in:
! Undefined control sequence. \PDFversion ->1.\the \pdfminorversion
Hi, wondering whether this has a fix or is an open issue... I have exactly the same problem with the current ConTeXt Minimals.
It seems to be an open issue. Hans was probably busy enough during DANTE meeting, but fixing this should go to the highest priority list once he "recovers" :) :) :) A temporary workaround could be the following: \newcount\pdfminorversion \pdfminorversion=5 \starttext abc \stoptext Mojca