Update:
This seems to be a problem that is introduced after 20070403. I am
running that version at work (minimal installation on linux there
aswell), and there it looks OK with the fourier fonts.
Another problem is given by $\hat f$. In the older one it looks OK,
but in the newer the hat is placed wrongly. New minimal example that
shows both these problems:
%%%%
\usetypescript[fourier][ec]
\setupbodyfont[fourier,10pt]
\starttext
\startformula
\hat f(x)=
\startcases
\NC 1 \MC x>0\NR
\NC 0 \MC x<0\NR
\stopcases
\stopformula
\stoptext
%%%%
Any ideas? I don't want to switch back to ver 20070407 if it is not necessary...
/Micke P
On 8/30/07, Mikael Persson
Hi all,
when using the fourier font I get the wrong size of the opening { in the \startcases \stopcases environment. The following small example shows the problem and it fails both at my place and at http://live.contextgarden.net/
%%%% \usetypescript[fourier][ec] \setupbodyfont[fourier,10pt]
\starttext \startformula f(x)= \startcases \NC 1 \MC x>0\NR \NC 0 \MC x<0\NR \stopcases \stopformula \stoptext %%%%
I run the minimal ConTeXt, from 8th of august: ConTeXt ver: 2007.08.08 14:35 MKII fmt: 2007.8.26 int: english/english
Moreover, if I comment the first lines out above, the opening { is "stretched" correctly (in latin modern).
Any ideas?
Best regards, Micke P