Am 19.06.2013 um 01:10 schrieb hwitloc@gmail.com:
The result of adding:
\definetypeface[test][rm][serif][latin-modern][default] \definetypeface[test][mm][math] [latin-modern][default]
\setupbodyfont[test]
Make no difference whatsoever.
"Sorry, but I can't typeset math unless various parameters have been set. This is normally done by loading special math fonts into the math family slots. Your font set is lacking at least the parameter mentioned earlier.
! Math error: parameter \Umathquad\displaystyle is not set.
system > tex > error on line 20 in file bullet-problem.tex: Math error: parameter \Umathquad\displaystyle is not set ... " "
As pointed out an arument is not being passed through to a lower level and apparently in this case the argument is probably NULL or not valid.
However adding: "\setmathfont[modern] " did allow normal default symbols working.
Only problem now is a halting compile with error messages and inability to use $/diamond$ (and other symbols) as bullet shapes/characters.
I suggest to install either the context suite [1] or update your installation to texlive 2013 (mac users can use mactex 2013 [3]). [1] http://wiki.contextgarden.net/ConTeXt_Standalone [2] http://www.tug.org/texlive/ [3] http://tug.org/mactex/ Wolfgang