On 8/25/2017 12:21 PM, Robert Blackstone wrote:
On 08/24/2017 10:57 AM, Robert Blackstone wrote:
[...]
%%%%%%%%%++++++MWE+++++++%%%%%%%%
\usemodule[simplefonts]
\setmainfont[Verdana]
\setupbodyfont[10pt]
does not work anymore in mkiv versions later than july 2016.

Pablo Rodriguez helped me out:

Robert,

those commands now read:

   \definefontfamily[mainface][rm][Verdana]
   \setupbodyfont[mainface, 10pt]
   \starttext
   \input zapf
   \stoptext

I hope it helps,

Pablo

It does help but for the Law of the Conservation of Trouble (or Misery)

Having properly changed my font setup  ConTeXt stumbles upon things like:

“ 7~$\xrightarrow[none]$~6 progression ”

The error message is:  " ! Ma error: parameter \Umathquad\textstyle is not set."

How and where can I remedy this?
This means that you haven't defined a math font so you need something:

\definefontfamily[mainface][rm][Verdana]
\definefontfamily[mainface][tt][Courier]
\definefontfamily[mainface][mm][Cambria]

or so, depending on what combination you want

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to