Bold math trouble
Hi. I use ConTeXt in Debian. If this helps, please keep it in mind: dpkg -l context gives: ii context 2012.05.30.20120611-1 Now, if you consider the following: <code> \usetypescript[palatino][texnansi] \definetypeface[mainface][mm][math][modern][modern][encoding=texnansi] \definetypeface [boldmath] [mm] [boldmath] [modern] [modern] [encoding=texnansi] \switchtobodyfont[palatino,14pt] \starttext Hi \startformula x = \boldsymbol{\Sigma}\Sigma \stopformula \stoptext </code> The issue I have is that this doesn't work, and throws me: ! Math formula deleted: Insufficient symbol fonts. \mathboldsymbol ...t]$\mathsurround \zeropoint #1$ }} {\hbox {\switchtoformul... l.9 x = \boldsymbol{\Sigma} \Sigma However, if I make the 14pt above 11pt or 12pt, it works perfectly. Is there something I am doing wrong? Thanks. Kumar -- Kumar Appaiah
On 12-8-2012 22:25, Kumar Appaiah wrote:
Hi.
I use ConTeXt in Debian. If this helps, please keep it in mind:
dpkg -l context gives: ii context 2012.05.30.20120611-1
Now, if you consider the following:
<code>
you can try ad here: \definebodyfontenvironment[14pt]
\usetypescript[palatino][texnansi] \definetypeface[mainface][mm][math][modern][modern][encoding=texnansi] \definetypeface [boldmath] [mm] [boldmath] [modern] [modern] [encoding=texnansi] \switchtobodyfont[palatino,14pt]
\starttext Hi \startformula x = \boldsymbol{\Sigma}\Sigma \stopformula \stoptext </code>
The issue I have is that this doesn't work, and throws me:
! Math formula deleted: Insufficient symbol fonts. \mathboldsymbol ...t]$\mathsurround \zeropoint #1$ }} {\hbox {\switchtoformul... l.9 x = \boldsymbol{\Sigma} \Sigma
However, if I make the 14pt above 11pt or 12pt, it works perfectly. Is there something I am doing wrong?
maybe there is no bold math available ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Dear Hans, On Mon, Aug 13, 2012 at 12:41:09AM +0200, Hans Hagen wrote:
you can try ad here:
\definebodyfontenvironment[14pt]
Thanks.
\usetypescript[palatino][texnansi] \definetypeface[mainface][mm][math][modern][modern][encoding=texnansi] \definetypeface [boldmath] [mm] [boldmath] [modern] [modern] [encoding=texnansi] \switchtobodyfont[palatino,14pt]
\starttext Hi \startformula x = \boldsymbol{\Sigma}\Sigma \stopformula \stoptext </code>
The issue I have is that this doesn't work, and throws me:
! Math formula deleted: Insufficient symbol fonts. \mathboldsymbol ...t]$\mathsurround \zeropoint #1$ }} {\hbox {\switchtoformul... l.9 x = \boldsymbol{\Sigma} \Sigma
However, if I make the 14pt above 11pt or 12pt, it works perfectly. Is there something I am doing wrong?
maybe there is no bold math available
I see. In other words, you are saying that I don't have the fonts to generate bold math at those sizes? I'll settle with a workaround without bold math for now, then. Thanks! Kumar -- Kumar Appaiah
participants (2)
-
Hans Hagen
-
Kumar Appaiah