On Wed, Jan 14, 2009 at 1:16 PM, Mojca Miklavec
On Wed, Jan 14, 2009 at 9:50 AM, Mikael Persson wrote:
Hi,
I am starting a new thread about this:
Is there really support for fourier in current ConTeXt? I've not been able to get it working since long time ago. I get utopia text working, but not fourier math. See the previous threads: http://archive.contextgarden.net/message/20070830.154143.005528b8.en.html and http://archive.contextgarden.net/message/20080928.193441.874bb515.en.html
1) Can anyone explain to me why these fonts are not working at the moment? 2) Is there any plan on fixing this issue? 3) If there is anything I (as a simple user) can do, please tell me.
Kindest regards, Mikael
Hello Mikael,
I did all kinds of experiments, so I'm not sure if it will work for you, but it did work for me. Can you try to put this on top of your document?
\startmathcollection[default] \definemathsymbol [rbrace] [close] [sy] ["67] [ex] ["AA] \definemathsymbol [lbrace] [open] [sy] ["66] [ex] ["A9] \stopmathcollection
It seems that mathcollection[fou] is not loaded properly, so the definitions from math-fou.tex are ignored.
Mojca
PS: fourier is not in minimals. At least not yet.
Hi Mojca, thank you for your answer. Now it actually works with these braces. I tried to do the same to get \hat working. Adding \definemathsymbol [hat] [accent] [mr] ["2] (inside \startmahtcollection[default] \stopmathcollection) from math-fou.tex, however $\hat{f}$ now gives f without a hat. Do I missunderstand something? However, it would be nice to get these math-fou.tex working. I read from the LaTeX file fourier.sty the line \DeclareMathAccent{\hat}{\mathalpha}{operators}{2} but I'm not sure howto translate that into ConTeXt code, the naive \definemathsymbol [hat] [alpha] [op] ["2] did not work... Once this is fixed I can collect the needed files and send them to you(?) to get them included in the minimals if that is what people want (or make a package of it if that is better) Best regards, Mikael PS, I'm currently testing with mkiv, with a first-setup.sh:ed updated minimal context.