Re: [NTG-context] (Mathe)Problem with $\tilde x$ and $\bar x$

2004-05-26 Thread Hans Hagen

Hopefully, Hans can add these for the next release. :D
adam
sure
Hans  

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


Re: [NTG-context] (Mathe)Problem with $\tilde x$ and $\bar x$

2004-05-25 Thread Adam Lindsay
Helmut Schwertner said this at Tue, 25 May 2004 20:24:58 +0200:


the example further down works fine with the latex standard fonts and 
e.g. eulervm, but not with fourier. Could somebody help me?

Hello, Helmut:

Try adding the following lines. They would normally go into math-fou.tex.

 \definemathsymbol [acute][accent] [mr] [1]
 \definemathsymbol [grave][accent] [mr] [0]
 \definemathsymbol [ddot] [accent] [mr] [4]
 \definemathsymbol [tilde][accent] [mr] [3]
 \definemathsymbol [bar]  [accent] [mr] [9]
 \definemathsymbol [breve][accent] [mr] [8]
 \definemathsymbol [check][accent] [mr] [7]
 \definemathsymbol [hat]  [accent] [mr] [2]
 \definemathsymbol [dot]  [accent] [mr] [A]
 \definemathsymbol [mathring] [accent] [mr] [6]

% and for fun:
 \definemathsymbol [otheralpha]   [ord] [mi] [0B]
 \definemathsymbol [otherbeta][ord] [mi] [0C]
 \definemathsymbol [othergamma]   [ord] [mi] [0D]
 \definemathsymbol [otherdelta]   [ord] [mi] [0E]
 \definemathsymbol [otherepsilon] [ord] [mi] [0F]
 \definemathsymbol [otherzeta][ord] [mi] [10]

Hopefully, Hans can add these for the next release. :D

adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay  [EMAIL PROTECTED]
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


Re: [NTG-context] (Mathe)Problem with $\tilde x$ and $\bar x$

2004-05-25 Thread Hans Hagen
At 20:24 25/05/2004, Helmut Schwertner wrote:
Hello,
the example further down works fine with the latex standard fonts and e.g. 
eulervm, but not with fourier. Could somebody help me?

Thank you very much in advance,
Helmut
% --example-
\setupoutput[pdftex]
\usetypescript[fourier][ec]
\setupbodyfont[fourier,12pt]
\starttext
$\tilde x$ ~~=~~ Median, Zentralwert
\crlf
$\bar x$ ~~=~~ Arithmetischer Mittelwert
\stoptext
probably the file math-fou.tex is incomplete, so if you can figure out what 
to add ...

you can use \showfont[fontname] to get a map
Hans  

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