ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Nicola <nvitacolonna@gmail.com>
Subject: Re: Define new symbol by stitching two symbols together
Date: Mon, 24 May 2021 15:46:19 -0400 (EDT)	[thread overview]
Message-ID: <nycvar.YAK.7.78.908.2105241542300.1573968@nqv-guvaxcnq> (raw)
In-Reply-To: <32a267a6-aab9-39fe-d2c3-a2df25822ce0@xs4all.nl>

On Sun, 23 May 2021, Hans Hagen wrote:

> On 5/22/2021 8:23 PM, Nicola wrote:
> > I would like to define new symbols by stitching together existing
> > glyphs. This is what I have come up so far:
> > 
> >      \define[1]\Transition{-\!\![#1]\!\!\rightarrow}
> >      \starttext
> >      \m{L\Transition{A}R}
> >      \stoptext
> > 
> > This should render as -[ ]->, ideally with no space between the dash or
> > the arrow and the brackets, i.e., -[ should appear like a single glyph;
> > ditto for ]-->. With the definition above, however, the space is
> > variable, and in some circumstances the gliphs overlap.
> > 
> > How can I improve the above definition?
> don't use these funny \! skips ... use some font related metric:
> 
>      \define[1]\Transition{-\kern-1ex[#1]\kern-1.1ex\rightarrow}

This is how we used to define arrows in the old days ...

\define[1]\Transition{\relbar\joinrel\mathrel{[}#1\mathrel{]}\joinrel\rightarrow}
\define[1]\BigTransition{\relbar\joinrel\relbar\joinrel\mathrel{[}#1\mathrel{]}\joinrel\relbar\joinrel\rightarrow}

\starttext
\m{L\Transition{A}R}

\m{L\BigTransition{A}R}
\stoptext

Aditya



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2021-05-24 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 18:23 Nicola
2021-05-23 10:00 ` Hans Hagen
2021-05-24 19:46   ` Aditya Mahajan [this message]
2021-05-24 20:14     ` Nicola

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=nycvar.YAK.7.78.908.2105241542300.1573968@nqv-guvaxcnq \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    --cc=nvitacolonna@gmail.com \
    /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).