Re: [NTG-context] \mathbb

2004-11-15 Thread free
Le 12 nov. 04, à 05:44, David Arnold a écrit :
   \usemodule[amsl]
   \def\Real{\mathbb{R}}
   \starttext
   Let $x\in\Real$.
   \stoptext
You can try that at
http://live.contextgarden.net/
Click on the bottom left live context
copy-paste this text, click typeset and download the pdf
result ;-)
-- Maurice
All,
In Latex, I would write:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\newcommand{\Real}{\mathbb{R}}
\begin{document}
Let $x\in\Real$.
\end{document}
How to I get the Blackboard Bold R in Context?
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread Tobias Burnus
Hi,
David Arnold wrote:
\usepackage{amsmath}
\usepackage{amssymb}
 

\setupbodyfont[ams]
\newcommand{\Real}{\mathbb{R}}
 

\def\Real#1{{\Bbb R}}
Let $x\in\Real$.
 

Tobias
PS: I think the following looks nicer:
\definefont[BBMFont][bbm12 sa *]
\def\Bbm#1%
 {{\hbox{\BBMFont #1}}}
% Use Bbm instead of Bbb
\def\SetN{{\Bbm N}}
\def\SetZ{{\Bbm Z}}
\def\SetR{{\Bbm R}}
\def\SetC{{\Bbm C}}
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread Adam Lindsay
Otared Kavian said this at Fri, 12 Nov 2004 10:29:49 +0100:

\def\Real#1{{\Bbb R}}
\def\Real{{\Bbb R}}


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread Otared Kavian
At 9:36 + 12/11/04, Adam Lindsay wrote:
Otared Kavian said this at Fri, 12 Nov 2004 10:29:49 +0100:
\def\Real#1{{\Bbb R}}
\def\Real{{\Bbb R}}
Ooops... You are right indeed!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread Tobias Burnus
Hello,
Otared Kavian wrote:
[Using \Bbm]
On my installation of ConTeXt and TeX this doesn't work, while \Bbb is 
part of the basic ConTeXt.
Well, this should work if you have that font, which is part of standard 
teTeX and probably also of standard fpTeX and thus TeXLive. Otherwise 
you can find it on CTAN.

Tobias
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread Otared Kavian
At 10:42 +0100 12/11/04, Tobias Burnus wrote:
Well, this should work if you have that font, which is part of 
standard teTeX and probably also of standard fpTeX and thus TeXLive. 
Otherwise you can find it on CTAN.

Tobias
I have the TeX installation of Gerben Wierda, on Mac OS X 10.3, but I 
wanted to experiment your suggestion of
\definefont[BBMFont][bbm12 sa *]
\def\Bbm#1%
 {{\hbox{\BBMFont #1}}}
However the result of ${\Bbm R}$ is not a blackboard bold R, but some 
other character resembling the delimiter |.
Actually with ConTeXt there are many fonts that I can't use correctely...

In any case thank you for your insight.
Best regards: OK
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread h h extern
Otared Kavian wrote:
At 10:42 +0100 12/11/04, Tobias Burnus wrote:
Well, this should work if you have that font, which is part of 
standard teTeX and probably also of standard fpTeX and thus TeXLive. 
Otherwise you can find it on CTAN.

Tobias

I have the TeX installation of Gerben Wierda, on Mac OS X 10.3, but I 
wanted to experiment your suggestion of
\definefont[BBMFont][bbm12 sa *]
\def\Bbm#1%
 {{\hbox{\BBMFont #1}}}
However the result of ${\Bbm R}$ is not a blackboard bold R, but some 
other character resembling the delimiter |.
Actually with ConTeXt there are many fonts that I can't use correctely...
hm, this blackboard is an old discussion,
$\reals$ should work
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \mathbb

2004-11-11 Thread David Arnold
All,

In Latex, I would write:

\documentclass{article}

\usepackage{amsmath}
\usepackage{amssymb}

\newcommand{\Real}{\mathbb{R}}

\begin{document}

Let $x\in\Real$.

\end{document}


How to I get the Blackboard Bold R in Context?
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context