ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: \bar missing in euler
Date: Thu, 6 Jul 2006 09:54:52 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0607060929160.2196@nqvgln> (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

             reply	other threads:[~2006-07-06 13:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-06 13:54 Aditya Mahajan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.WNT.4.63.0607060929160.2196@nqvgln \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).