On 4/17/2016 11:16 AM, Fabrice Couvreur wrote:
Hello, I compiled this file with a strange exit for mathematical formula. What's missing in my file ? Thank you. Fabrice
\loadtypescriptfile[mathdesign] \usetypescriptfile[utopia]
\definetypeface[mainface][rm] [serif][palatino][default][encoding=texnansi]
you schould set up the previous as utopia
\definetypeface[mainface][ss][sans] [helvetica] [default][encoding=texnansi] [rscale=auto] \definetypeface[mainface][mm] [math] [utopia] [default] [rscale=auto]
and this one as fourier (math needs some font parameters) using a lfg file that you refer to
\setupbodyfont[mainface,12pt]
\starttext
\input knuth
\startformula f(x) = \sum_{i=1}^n a_i x^i \stopformula
\stoptext
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------