Randall Skelton said this at Sat, 9 Jul 2005 14:57:29 -0400:

>
>\starttypescript [bfmath] [fourier] [name]
>  \definefontsynonym [MathRoman]     [Fourier-Math-Letters-Bold]
>  \definefontsynonym [MathItalic]    [Fourier-Math-Letters-Italic-Bold]
>  \definefontsynonym [MathSymbol]    [Fourier-Math-Symbols]
>  \definefontsynonym [MathExtension] [Fourier-Math-Extension]
>\stoptypescript
>
>I've included a quick test below.  When I run it, I get all the fonts
>being bold and some Greek symbols are missing after the \bfm command.
>
>Any ideas?

Yes.

That last typescript you list should be:

\starttypescript [bfmath] [fourier] [name]
  \definefontsynonym [MathRomanBold]     [Fourier-Math-Letters-Bold]
  \definefontsynonym [MathItalicBold]    [Fourier-Math-Letters-Italic-Bold]
  \definefontsynonym [MathSymbolBold]    [Fourier-Math-Symbols]
  \definefontsynonym [MathExtensionBold] [Fourier-Math-Extension]
\stoptypescript

You were redefining the normal math options to be the bold fonts. The
above typescript uses the named MathBlahBold slots, to be called with \bfm.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     [EMAIL PROTECTED]
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to