ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bold math trouble
@ 2012-08-12 20:25 Kumar Appaiah
  2012-08-12 22:41 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Appaiah @ 2012-08-12 20:25 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Bold math trouble
  2012-08-12 20:25 Bold math trouble Kumar Appaiah
@ 2012-08-12 22:41 ` Hans Hagen
  2012-08-12 23:45   ` Kumar Appaiah
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2012-08-12 22:41 UTC (permalink / raw)
  To: ntg-context

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
-----------------------------------------------------------------
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Bold math trouble
  2012-08-12 22:41 ` Hans Hagen
@ 2012-08-12 23:45   ` Kumar Appaiah
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Appaiah @ 2012-08-12 23:45 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2012-08-12 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-12 20:25 Bold math trouble Kumar Appaiah
2012-08-12 22:41 ` Hans Hagen
2012-08-12 23:45   ` Kumar Appaiah

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).