[NTG-context] bold in math-mode

2013-05-20 Thread Wim W. Wilhelm
Hi all,

How can I get boldface characters and symbols  (\bf)  in mathmode.
I'm using mkiv from TexLive 2012.
I use palatino, but also would like to use palatino with euler.
Hope somebody can help me out.

I us the follwing definitions:

\starttypescript[palatino] [texnansi,ec,qx,t5,default]
\definetypeface [palatino] [rm]  [serif] [palatino] [default]
\definetypeface [palatino] [mm]  [math]  [palatino] [default]
\definetypeface [palatino] [ss]  [sans]  [modern]   [default] 
\definetypeface [palatino] [tt]  [mono]  [modern]   [default] 
\stoptypescript

Regards,
Wim W. Wilhelm___
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
___

Re: [NTG-context] bold in math-mode

2013-05-20 Thread Marco Patzer
On 2013–05–20 Wim W. Wilhelm wrote:

 How can I get boldface characters and symbols  (\bf)  in mathmode.
 I'm using mkiv from TexLive 2012.

The following works with the current beta:

\starttypescript [palatino]
  \definetypeface [palatino] [rm]  [serif] [palatino] [default]
  \definetypeface [palatino] [mm]  [math]  [euler][default]
  \definetypeface [palatino] [ss]  [sans]  [modern]   [default]
  \definetypeface [palatino] [tt]  [mono]  [modern]   [default]
\stoptypescript

\setupbodyfont [palatino]

\starttext
   \startformula
a^2 + b^2 = c^2
  \stopformula
  \startformula
\bf a^2 + b^2 = c^2
  \stopformula
\stoptext

Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] bold in math-mode

2013-05-20 Thread Wolfgang Schuster

Am 20.05.2013 um 14:48 schrieb Wim W. Wilhelm ww.wilh...@kpnmail.nl:

 Hi all,
  
 How can I get boldface characters and symbols  (\bf)  in mathmode.
 I'm using mkiv from TexLive 2012.
 I use palatino, but also would like to use palatino with euler.
 Hope somebody can help me out.
  
 I us the follwing definitions:
  
 \starttypescript[palatino] [texnansi,ec,qx,t5,default]
 \definetypeface [palatino] [rm]  [serif] [palatino] [default]
 \definetypeface [palatino] [mm]  [math]  [palatino] [default]
 \definetypeface [palatino] [ss]  [sans]  [modern]   [default] 
 \definetypeface [palatino] [tt]  [mono]  [modern]   [default] 
 \stoptypescript

1. MkIV doesn’t need a font encoding.

2. ConTeXt already provides typescripts for Palatino (or to be true Pagella).

3. You can enable bold characters with the \bf command.

\setupbodyfont[palatino]

\starttext
\startformula
A \Delta : {\bf A \Delta} : A \Delta
\stopformula
\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
___

Re: [NTG-context] Bold in math mode

2006-07-13 Thread Taco Hoekwater
David Arnold wrote:
 How do I get a bold x in math mode?

Or like this: ${\bf x} {\bi y} {\bs z}$

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


Re: [NTG-context] Bold in math mode

2006-07-13 Thread David Arnold
Thanks, I got something with:

{\bf $\bf x$-intercept}

On Jul 12, 2006, at 11:19 PM, Taco Hoekwater wrote:

 David Arnold wrote:
 How do I get a bold x in math mode?

 Or like this: ${\bf x} {\bi y} {\bs z}$

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

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


[NTG-context] Bold in math mode

2006-07-12 Thread David Arnold
How do I get a bold x in math mode?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Bold in math mode

2006-07-12 Thread David Munger
David,

The method I use to get bold math is on the wiki:
http://wiki.contextgarden.net/Bold_Math
under Wrapping in a \hbox.

Then, to get a bold x, I would use $\boldsymbol{x}$.

Regards,

David

David Arnold :
 How do I get a bold x in math mode?
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

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