ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \bar missing in euler
@ 2006-07-06 13:54 Aditya Mahajan
  2006-07-06 15:35 ` Adam Lindsay
  2006-07-11  8:34 ` Hans Hagen
  0 siblings, 2 replies; 13+ messages in thread
From: Aditya Mahajan @ 2006-07-06 13:54 UTC (permalink / raw)


Hi,

%-----------------------------------------------------
\usetypescript[palatino] [ec]
\definetypeface [palatino] [mm] [math] [euler] [euler] [rscale=1.03]
\setupbodyfont[palatino,11pt]

\starttext
$\bar a$
\stoptext
%------------------------------------------------------------

gives just "a". I do not get any bar over "a".

math-eul.tex says

%D This used to be very hackish; it brought in text
%D accents from the well-matched Bitstream Charter.

%D But now, these characters don't exist. I would prefer to pull
%D them from the text font, but  I don't know how.
%D Instead, I'm just pointing to null characters!

:-(

This is how eulervm.sty defines these characters for T1 encoding.

   \DeclareMathAccent{\acute}{\mathalpha}{operators}{1}
   \DeclareMathAccent{\grave}{\mathalpha}{operators}{0}
   \DeclareMathAccent{\ddot}{\mathalpha}{operators}{4}
   \DeclareMathAccent{\tilde}{\mathalpha}{operators}{3}
   \DeclareMathAccent{\bar}{\mathalpha}{operators}{9}
   \DeclareMathAccent{\breve}{\mathalpha}{operators}{8}
   \DeclareMathAccent{\check}{\mathalpha}{operators}{7}
   \DeclareMathAccent{\hat}{\mathalpha}{operators}{2}
   \DeclareMathAccent{\dot}{\mathalpha}{operators}{10}

I do not know what is the equivalent of 'operators' family in context. 
Any idea how to pull them out of the text fonts?

Aditya

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

end of thread, other threads:[~2006-09-15  6:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-06 13:54 \bar missing in euler Aditya Mahajan
2006-07-06 15:35 ` Adam Lindsay
2006-07-06 15:53   ` Aditya Mahajan
2006-07-11  8:32     ` Hans Hagen
2006-07-11  8:34 ` Hans Hagen
2006-07-11 12:51   ` Adam Lindsay
2006-07-11 13:03     ` Hans Hagen
2006-07-21 21:59       ` Aditya Mahajan
2006-09-12 22:34         ` Aditya Mahajan
2006-09-13  0:00           ` Hans Hagen
2006-09-13  1:32             ` Aditya Mahajan
2006-09-14 19:59               ` Hans Hagen
2006-09-15  6:40                 ` Taco Hoekwater

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).