ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: \=d in a table: weird behaviour
Date: Tue, 18 Apr 2006 17:45:12 +0200	[thread overview]
Message-ID: <44450988.6040802@wxs.nl> (raw)
In-Reply-To: <6faad9f00604171421m31b67bact448c27665c3f3942@mail.gmail.com>

Mojca Miklavec wrote:
> Hello,
>
> It seems that \= and table interact in a strange way in the following example:
>
> \starttable[|c|]
> \NC \=d \NC\NR
> \stoptable
>
> \=d alone works OK. I suggested to use $\rm\overline{d}$ to the one
> who asked me about it, so it's not really crutial to fix that, I just
> find it a bit strange.
>   
is dmacron a valid char? ... up to mojca 

\unprotect

\startencoding[default]

  \definecommand Dmacron {\buildtextaccent\textmacron D}
  \definecommand dmacron {\buildtextaccent\textmacron d}

  \defineaccent = D {\Dmacron}
  \defineaccent = d {\dmacron}

\stopencoding

\starttable[|c|]
\NC test \dmacron\ test\NC\NR
\stoptable

\end


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

  reply	other threads:[~2006-04-18 15:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-17 21:21 Mojca Miklavec
2006-04-18 15:45 ` Hans Hagen [this message]
2006-04-20 10:27   ` Mojca Miklavec
2006-04-20 20:06     ` Hans Hagen

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=44450988.6040802@wxs.nl \
    --to=pragma@wxs.nl \
    --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).