ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Missing math font breaks compilation
@ 2012-05-20 20:26 Wolfgang Schuster
  2012-05-21  9:48 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Schuster @ 2012-05-20 20:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

typefaces with a missing font for math produce an error when it’s applied after \starttext
which is common when the project structure is used where environment files are loaded
after \startproduct or \startcomponent.

Minimal example:

\starttext

\definetypeface[test][rm][serif][pagella] [default]
%\definetypeface[test][mm][math] [palatino][default]

\setupbodyfont[test]

\input knuth

\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Missing math font breaks compilation
  2012-05-20 20:26 Missing math font breaks compilation Wolfgang Schuster
@ 2012-05-21  9:48 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2012-05-21  9:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster

On 20-5-2012 22:26, Wolfgang Schuster wrote:
> Hi,
>
> typefaces with a missing font for math produce an error when it’s applied after \starttext
> which is common when the project structure is used where environment files are loaded
> after \startproduct or \startcomponent.
>
> Minimal example:
>
> \starttext
>
> \definetypeface[test][rm][serif][pagella] [default]
> %\definetypeface[test][mm][math] [palatino][default]
>
> \setupbodyfont[test]
>
> \input knuth
>
> \stoptext

After playing a bit with possible ways out of this, I decided to stick to

\def\font_helpers_preset_math_family_indeed#fam#familytag%
 
{\expandafter\ifx\csname\??fontinstanceclass\fontclass-\fontbody-\s!mm-#familytag-\fontsize-1\endcsname\relax
      \writestatus{fonts}{math: unset for global bodyfont 
\fontclass\space at \fontbody}%
    \else
 
\scriptscriptfont#fam\csname\??fontinstanceclass\fontclass-\fontbody-\s!mm-#familytag-\fontsize-3\endcsname
      \scriptfont 
#fam\csname\??fontinstanceclass\fontclass-\fontbody-\s!mm-#familytag-\fontsize-2\endcsname
      \textfont 
#fam\csname\??fontinstanceclass\fontclass-\fontbody-\s!mm-#familytag-\fontsize-1\endcsname
    \fi}

After all, it's an error not to define math for a 'global' bodyfont.

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-21  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20 20:26 Missing math font breaks compilation Wolfgang Schuster
2012-05-21  9:48 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).