Sorry, I don't have a minimal example yet, but processing some of my xml files dies with this error: ! Math error: parameter \Umathquad\crampedscriptscriptstyle is not set. \XML:ent:approx ->$\approx $ l.2 ≈ \xmlflush #1->\ctxlua {lxml.flush("#1")} \@@su:xml:content #1->\xmlflush {#1} \par l.1 \xmlsetup{292}{xml:content} \xmlfirst #1#2->\ctxlua {lxml.first("#1","#2")} ... or ! Math error: parameter \Umathquad\crampedscriptscriptstyle is not set. \mathematics #1->\relax \ifmmode #1\else $#1$ \fi \XML:ent:lt ...ies \string <\else \mathematics {<} \fi l.5 < \xmlflush #1->\ctxlua {lxml.flush("#1")} \@@su:xml:content #1->\xmlflush {#1} \par l.1 \xmlsetup{880}{xml:content} I haven't succeeded in narrowing down the error, but what does \Umathquad and \crampedscriptscriptstyle mean? I couldn't find it in the source. Thomas
Thomas A. Schmitz wrote:
Sorry, I don't have a minimal example yet, but processing some of my xml files dies with this error:
! Math error: parameter \Umathquad\crampedscriptscriptstyle is not set. \XML:ent:approx ->$\approx $
does this work at your end? \starttext $\approx$ \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Thomas A. Schmitz wrote:
On Mar 2, 2009, at 11:32 PM, Hans Hagen wrote:
does this work at your end?
\starttext
$\approx$
\stoptext
Yes, unfortunately it does...
strange, since it works ok here; maybe deleting the font cache helps Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen wrote:
Thomas A. Schmitz wrote:
On Mar 2, 2009, at 11:32 PM, Hans Hagen wrote:
does this work at your end?
\starttext
$\approx$
\stoptext
Yes, unfortunately it does...
strange, since it works ok here; maybe deleting the font cache helps
If both work, then maybe the xml is using a different math font set? Best wishes, Taco
On Mar 3, 2009, at 9:09 AM, Hans Hagen wrote:
Yes, unfortunately it does...
strange, since it works ok here; maybe deleting the font cache helps
I meant, unfortunately it does work since this made finding the error much harder... Anyway, I have now found a minimal file that shows one error. I couldn't make the error appear with a buffer, only when I had xml + environment file. Here comes: Hope this is reproducible All best Thomas
On Tue, Mar 3, 2009 at 11:44 AM, Thomas A. Schmitz
Anyway, I have now found a minimal file that shows one error. I couldn't make the error appear with a buffer, only when I had xml + environment file.
A ConTeXt version of the filecontents for LaTeX would be handy in such cases. Wolfgang
Wolfgang Schuster wrote:
On Tue, Mar 3, 2009 at 11:44 AM, Thomas A. Schmitz
wrote: Anyway, I have now found a minimal file that shows one error. I couldn't make the error appear with a buffer, only when I had xml + environment file.
so ... what is the test file then?
A ConTeXt version of the filecontents for LaTeX would be handy in such cases.
i have no clue what this means Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 03.03.2009 um 12:23 schrieb Hans Hagen:
A ConTeXt version of the filecontents for LaTeX would be handy in such cases.
i have no clue what this means
Thomas was unable to show his problem with a buffer, the filecontents
environment is like a buffer but writes the content to a file with
a given name, e.g.
participants (4)
-
Hans Hagen
-
Taco Hoekwater
-
Thomas A. Schmitz
-
Wolfgang Schuster