I get the following error: Math error: parameter \Umathquad\displaystyle is not set Example: \starttypescript [myfonts] \definetypeface [myfonts] [rm] [serif] [pagella] [default] \definetypeface [myfonts] [ss] [sans] [heros] [default] \definetypeface [myfonts] [tt] [mono] [cursor] [default] \definetypeface [myfonts] [mm] [math] [asanamath] [default] % modern math works %\definetypeface [myfonts] [mm] [math] [modern] [default] \stoptypescript \setupbodyfont [myfonts] \starttext A \math{x} \stoptext The error is related with the selection of Asana as math font. Asana Math Version 000.947 Marco
On 05/10/2012 01:45 PM, Marco wrote:
I get the following error:
Math error: parameter \Umathquad\displaystyle is not set
Example:
\starttypescript [myfonts] \definetypeface [myfonts] [rm] [serif] [pagella] [default] \definetypeface [myfonts] [ss] [sans] [heros] [default] \definetypeface [myfonts] [tt] [mono] [cursor] [default] \definetypeface [myfonts] [mm] [math] [asanamath] [default]
Try this: \definetypeface [myfonts] [mm] [math] [asana] [default] works for me.
On 2012-05-10 Taco Hoekwater
Try this:
\definetypeface [myfonts] [mm] [math] [asana] [default]
That gives: fonts > defining > unable to define asanamath as [myfonts-12pt-mm-mb--1] ! Missing font identifier. system > tex > error on line 10 in file t.tex: Missing font identifier ... 1 \starttypescript [myfonts] 2 \definetypeface [myfonts] [rm] [serif] [pagella] [default] 3 \definetypeface [myfonts] [ss] [sans] [heros] [default] 4 \definetypeface [myfonts] [tt] [mono] [cursor] [default] 5 \definetypeface [myfonts] [mm] [math] [asana] [default] 6 % modern math works 7 %\definetypeface [myfonts] [mm] [math] [modern] [default] 8 \stoptypescript 9 10 >> \setupbodyfont [myfonts] 11 12 \starttext 13 A \math{x} 14 \stoptext Marco
On Thu, May 10, 2012 at 3:12 PM, Marco
On 2012-05-10 Taco Hoekwater
wrote: Try this:
\definetypeface [myfonts] [mm] [math] [asana] [default]
That gives:
fonts > defining > unable to define asanamath as [myfonts-12pt-mm-mb--1] ! Missing font identifier.
system > tex > error on line 10 in file t.tex: Missing font identifier ...
Are you sure that you have the font installed? (./first-setup.sh --fonts=Asana-Math or the appropriate package in TL) Mojca
On 2012-05-10 Mojca Miklavec
Are you sure that you have the font installed?
No it's not, the font is in the working directory, where it apparently is not recognized.
(./first-setup.sh --fonts=Asana-Math)
I didn't know that switch. It works now, sorry for the noise and thanks to both of you. Marco
Dear all, I don't get \mapsto to display using SimpleSlides and MkIV. It shows in "normal" MkIV documents, and works in MKII Example below. Thanks for any advice. Matthias \usemodule[simpleslides] [style=BottomSquares, color=blue] \starttext \SlideTitle{Help!} \startformula \text{Mk II}\mapsto \text{Mk IV} \stopformula \stoptext
On 05/10/2012 03:37 PM, Weber, Matthias wrote:
Dear all,
I don't get \mapsto to display using SimpleSlides and MkIV. It shows in "normal" MkIV documents, and works in MKII
Example below.
Thanks for any advice.
Matthias
\usemodule[simpleslides] [style=BottomSquares, color=blue]
\starttext
\SlideTitle{Help!} \startformula \text{Mk II}\mapsto \text{Mk IV} \stopformula \stoptext
Works for me, I get normal output from your example. What version are you using? Thomas
participants (5)
-
Marco
-
Mojca Miklavec
-
Taco Hoekwater
-
Thomas A. Schmitz
-
Weber, Matthias