ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* (Mathe)Problem with $\tilde x$ and $\bar x$
@ 2004-05-25 18:24 Helmut Schwertner
  2004-05-25 20:30 ` Hans Hagen
  2004-05-25 22:00 ` Adam Lindsay
  0 siblings, 2 replies; 4+ messages in thread
From: Helmut Schwertner @ 2004-05-25 18:24 UTC (permalink / raw)


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

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

* Re: (Mathe)Problem with $\tilde x$ and $\bar x$
  2004-05-25 18:24 (Mathe)Problem with $\tilde x$ and $\bar x$ Helmut Schwertner
@ 2004-05-25 20:30 ` Hans Hagen
  2004-05-25 22:00 ` Adam Lindsay
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2004-05-25 20:30 UTC (permalink / raw)


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  

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

* Re: (Mathe)Problem with $\tilde x$ and $\bar x$
  2004-05-25 18:24 (Mathe)Problem with $\tilde x$ and $\bar x$ Helmut Schwertner
  2004-05-25 20:30 ` Hans Hagen
@ 2004-05-25 22:00 ` Adam Lindsay
  2004-05-26  7:39   ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Adam Lindsay @ 2004-05-25 22:00 UTC (permalink / raw)


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                      atl@comp.lancs.ac.uk
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK             Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: (Mathe)Problem with $\tilde x$ and $\bar x$
  2004-05-25 22:00 ` Adam Lindsay
@ 2004-05-26  7:39   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2004-05-26  7:39 UTC (permalink / raw)



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

sure

Hans  

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

end of thread, other threads:[~2004-05-26  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-25 18:24 (Mathe)Problem with $\tilde x$ and $\bar x$ Helmut Schwertner
2004-05-25 20:30 ` Hans Hagen
2004-05-25 22:00 ` Adam Lindsay
2004-05-26  7:39   ` 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).