ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: "Hans Åberg" <haberg-1@telia.com>,
	"mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Math letters in commands
Date: Tue, 13 Sep 2016 07:57:36 +0200	[thread overview]
Message-ID: <5424e235-cc94-8c1b-83f9-0ab58f7a3374@wxs.nl> (raw)
In-Reply-To: <51F6B26A-1882-49EF-B0B3-BD1D1BC13D72@telia.com>

On 9/12/2016 10:02 PM, Hans Åberg wrote:
>
>> On 12 Sep 2016, at 21:45, Hans Hagen <pragma@wxs.nl> wrote:
>>
>> On 9/12/2016 8:25 PM, Hans Åberg wrote:
>
>>> But then there seems to be a bug in the LuaTex \letcharcode command: There must be a character between “$” and the first occurring \activecatcode letter. Possibly this also causes a bug in \startformula, as discussed before.
>>
>> it's not a bug .. tex looks ahead for a second $ and in the process expands  the next token which happens to be a letter at that point so it gets injected as letter (it's the way tex works)
>
> I’m not sure what you mean here: I must write $ ‘𝐝𝐢𝐦’ 𝑉$, because $‘𝐝𝐢𝐦’ 𝑉$ will not see the \catcode`‘=\activecatcode. So LuaTeX must see an ordinary letter after $ before it can see an \activecatcode character.
>
> It does not happen with TeX using
>   \catcode`\‘=\active
>   \def‘#1’{\csname #1\endcsname}

sure, but when you do

\appendtoks
   \catcode`\‘=\active
   \def‘#1’{\csname #1\endcsname}
\to ...

only tokens get added to the register ... so the ‘ after the \def is not 
active (yet)

in addition when tex sees a $ it will look for a next token (in case 
it's a $ for display mode) and it sees a quote (no everymath doen then) 
which it will push back

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2016-09-13  5:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-11 20:48 Hans Åberg
2016-09-12 18:25 ` Hans Åberg
2016-09-12 19:45   ` Hans Hagen
2016-09-12 20:02     ` Hans Åberg
2016-09-13  5:57       ` Hans Hagen [this message]
2016-09-13  8:16         ` Hans Åberg
2016-09-13  8:27         ` Hans Åberg
2016-09-12 20:09     ` Hans Åberg

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=5424e235-cc94-8c1b-83f9-0ab58f7a3374@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=haberg-1@telia.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).