ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
Subject: Re: \=d in a table: weird behaviour
Date: Thu, 20 Apr 2006 12:27:54 +0200	[thread overview]
Message-ID: <6faad9f00604200327u65b65804hdaabb2df7f25c10d@mail.gmail.com> (raw)
In-Reply-To: <44450988.6040802@wxs.nl>

On 4/18/06, Hans Hagen wrote:
> 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

Thanks, it works this way, but there's no need to add it to the
definitions in the core since it's not even in unicode. (The only
strange thing is that \=a ("valid" char) or \=d work OK in text flow,
but not in the table, where faking the character seems to interact in
a strange way with the table typesetting.)

But this solution is OK for me, thanks again,
    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

  reply	other threads:[~2006-04-20 10:27 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
2006-04-20 10:27   ` Mojca Miklavec [this message]
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=6faad9f00604200327u65b65804hdaabb2df7f25c10d@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --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).