Re: [NTG-context] Problem with setup for fonts
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? Thanks in advance for any advice. Best regards, Robert Blackstone
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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Robert Blackstone