ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bold math
@ 2000-02-14 22:36 pragma
  2000-02-15 13:28 ` Taco Hoekwater
  0 siblings, 1 reply; 29+ messages in thread
From: pragma @ 2000-02-14 22:36 UTC (permalink / raw)


> One more question: How to typeset bold math symbols? I mean
the same
> stuff that in LaTeX can be obtained vis AMS packages with the
> \boldsymbol{...} command.

It's handled in the beta math module. There is also some info in
the chapter about fonts: \bf \mf etc try: 

$test \sin(x) \bf test \sin(x)$

Hans


^ permalink raw reply	[flat|nested] 29+ messages in thread
* bold math
@ 2009-07-03 13:12 Mojca Miklavec
  2009-07-03 13:19 ` Mojca Miklavec
  2009-07-03 13:59 ` Hans Hagen
  0 siblings, 2 replies; 29+ messages in thread
From: Mojca Miklavec @ 2009-07-03 13:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello Hans,

I wanted to use

\definetypeface [boldmath] [mm] [boldmath] [latin-modern] [default]
\starttext
$\boldsymbol θ$
\stoptext

but it seems to fail in mkii and has no influence in mkiv. (The
workaround in mkii is to use \theta instead of θ, in mkiv it makes no
difference.)

1. Is there any simple patch that could make θ work in mkii? (I'm
working with mkii at the moment)
2. I have no idea what to do in mkiv case. Some of symbols (including
bold greek) exist is the same font, some don't and might require
another ("bolder") font. Maybe fixing the behaviour of \boldsymbol and
a few mappings for greek could be enogh to start with.

I have tried to enter "MATHEMATICAL BOLD ITALIC SMALL THETA" directly
with LM, but it didn't work (probably there are some mappings still
missing, but it's a bit uncomfortable to type proper mathematical
symbols anyway as editor is somehow lacking the characters and
keyboard would have to be reconfigured heavily).

Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 29+ messages in thread
* bold math
@ 2009-03-27 15:10 Bostjan Vesnicer
  2009-03-27 15:17 ` Aditya Mahajan
  0 siblings, 1 reply; 29+ messages in thread
From: Bostjan Vesnicer @ 2009-03-27 15:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 79 bytes --]

Hi,

what is the current (preferred) way of using math bold symbols.

Bostjan


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 4617 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 29+ messages in thread
* Bold math
@ 2004-08-30 20:50 Nikolai Weibull
  2004-08-31  8:30 ` Sytse Knypstra
  0 siblings, 1 reply; 29+ messages in thread
From: Nikolai Weibull @ 2004-08-30 20:50 UTC (permalink / raw)


Is there a "simple" way to get bold (, |, *, and ) in math?
	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

^ permalink raw reply	[flat|nested] 29+ messages in thread
* bold math
@ 2004-05-09 13:16 Adam Lindsay
  0 siblings, 0 replies; 29+ messages in thread
From: Adam Lindsay @ 2004-05-09 13:16 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]

Hi all.

I've revisited the euler support scripts with an eye towards bold math. I
think I have it right now.

I tried applying the same techniques to computer-modern math in order to
get bold math going for the TeX default font, and it seems not to switch
back to the right font after a grouped \bfm font switch. The minimum case
for this is $x{\bfm x}x$, which gives an italic x, a bold x, and then a
roman x.

Hans (others with full Lucida math?), what does the test case look like?

If you want to try the attached typescript, the following should work well:
\definetypeface[mainface][mm][math][euler][euler]
\definetypeface[mainface][mm][bfmath][euler][euler]
\definetypeface [boldmath][mm][boldmath][euler][euler]
\definetypeface [boldmath][mm][bfmath][euler][euler]

The following fails on cases like the one I described, but is reasonable
otherwise:
\definetypeface[mainface][mm][math][computer-modern][computer-modern]
\definetypeface[mainface][mm][bfmath][computer-modern][computer-modern]
\definetypeface [boldmath][mm][boldmath][computer-modern][computer-modern]
\definetypeface [boldmath][mm][bfmath][computer-modern][computer-modern]
 


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay                      atl@comp.lancs.ac.uk
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK             Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

[-- Attachment #2.1: type-eul-new.tex --]
[-- Type: application/x-tex, Size: 8418 bytes --]

[-- Attachment #2.2: cmr-bfm-x.pdf --]
[-- Type: application/pdf, Size: 4845 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread
* bold math
@ 2003-11-21  9:48 Sytse Knypstra
  2003-11-23 17:53 ` Hans Hagen
  0 siblings, 1 reply; 29+ messages in thread
From: Sytse Knypstra @ 2003-11-21  9:48 UTC (permalink / raw)


Ahoj,

On November 11 I asked the list how I could generate bold greek math 
symbols (I have the lucida family installed).
Until now I didn't get a response, so maybe I should be more specific.

Let me put it this way:
On page 12 of the `Fonts in ConTeXt' manual I find the footnote:
`Bold math is already prepared in the core modules, so normally one can do 
with less code.'

Can anybody tell me what code I have to add and where?
I would like to get the following line
$\theta = {\bfmath \alpha' x}$
with \theta in normal math and \alpha and x in math boldface?

Sytse Knypstra

^ permalink raw reply	[flat|nested] 29+ messages in thread
* bold math
@ 2003-11-11 10:17 Sytse Knypstra
  0 siblings, 0 replies; 29+ messages in thread
From: Sytse Knypstra @ 2003-11-11 10:17 UTC (permalink / raw)


Hi all,

I would like to use bold greek math symbols (I have the lucida family 
installed).
In the `Fonts in ConTeXt' manual I concluded from page 12 that this should 
be relatively simple.
However all my attempts failed: either I got the normal math symbols or I 
got all (roman and greek) symbols bold,
whereas I want to use them alternately.
I tried the description on the pages 13 and 14, but I couldn't get it working.
I simply inserted `,boldmath' in the lucida typescript in the file type-exa 
and it gave me all symbols bold.
I must admit that I don't understand much of what is written in the `Fonts 
in ConTeXt' manual.

Can anybody give me a solution of how to achieve this?

BTW. Shouldn't this feature be a standard one in ConTeXt?

Thanks
Sytse

^ permalink raw reply	[flat|nested] 29+ messages in thread
* Bold math
@ 2000-09-13  7:53 Michal Kvasnicka
  2000-09-13 13:18 ` S2P development
  0 siblings, 1 reply; 29+ messages in thread
From: Michal Kvasnicka @ 2000-09-13  7:53 UTC (permalink / raw)


Good morning.

I'd like to ask when the \boldsymbol in math-module will work.
Does it work with the beta version of ConTeXt?
I have version
    ConTeXt  ver: 2000.5.29  fmt: 2000.9.5  int: english  mes: english
and it doesn't work yet.
It is very important feature for me.

Many thanks
Michal Kvasnicka

--
Economics is the only field in which two people can get a Nobel Prize
for saying exactly the opposite things.


^ permalink raw reply	[flat|nested] 29+ messages in thread
* bold math
@ 2000-04-18  1:37 pragma
  2000-04-18 21:35 ` Taco Hoekwater
  0 siblings, 1 reply; 29+ messages in thread
From: pragma @ 2000-04-18  1:37 UTC (permalink / raw)


Taco is the expert here, but did you load the math fonts that
are needed? 

Hans


^ permalink raw reply	[flat|nested] 29+ messages in thread
* Bold math
@ 1999-06-24  7:12 Matthew Baker
  1999-06-24  9:40 ` Taco Hoekwater
  0 siblings, 1 reply; 29+ messages in thread
From: Matthew Baker @ 1999-06-24  7:12 UTC (permalink / raw)


Hi all,

Just received my shiny new Lucida Bright & Lucida Math font CD yesterday.
How do I do bold in math mode?  I want the bold math font, ie
LucidaNewMath-Demi or whatever it's called.  If I do \bf in math mode I
get bold roman.  If I do \bi I get regular bold italic, not bold math (so
$\bi ff$ gives the wrong thing, for example.  In Latex I have a macro

\newcommand{\mbf}[1]{\mbox{\boldmath $#1$}}

Is there already a switch in Context to activate the correct font?  If
not, how do I set one up?

Thanks.

- Matthew

--
Dr. Matthew Baker           matthew.baker@gmd.de
GMD - FIT.MMK               http://fit.gmd.de/hci/pages/matthew.baker.html


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

end of thread, other threads:[~2009-07-03 13:59 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-14 22:36 bold math pragma
2000-02-15 13:28 ` Taco Hoekwater
  -- strict thread matches above, loose matches on Subject: below --
2009-07-03 13:12 Mojca Miklavec
2009-07-03 13:19 ` Mojca Miklavec
2009-07-03 13:23   ` Hans Hagen
2009-07-03 13:35     ` Mojca Miklavec
2009-07-03 13:58       ` Hans Hagen
2009-07-03 13:59 ` Hans Hagen
2009-03-27 15:10 Bostjan Vesnicer
2009-03-27 15:17 ` Aditya Mahajan
2009-03-27 20:59   ` Boštjan Vesnicer
2009-03-27 21:06     ` Aditya Mahajan
2004-08-30 20:50 Bold math Nikolai Weibull
2004-08-31  8:30 ` Sytse Knypstra
2004-08-31  9:02   ` Hans Hagen
2004-05-09 13:16 bold math Adam Lindsay
2003-11-21  9:48 Sytse Knypstra
2003-11-23 17:53 ` Hans Hagen
2003-11-11 10:17 Sytse Knypstra
2000-09-13  7:53 Bold math Michal Kvasnicka
2000-09-13 13:18 ` S2P development
2000-04-18  1:37 bold math pragma
2000-04-18 21:35 ` Taco Hoekwater
1999-06-24  7:12 Bold math Matthew Baker
1999-06-24  9:40 ` Taco Hoekwater
1999-06-24  8:03   ` Matthew Baker
1999-06-24  9:15     ` Hans Hagen
1999-06-25  9:19       ` Matthew Baker
1999-06-25 10:32         ` 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).