ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: luigi scarso <luigi.scarso@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Taco's \molecule fails in mkiv
Date: Mon, 23 Feb 2009 19:19:15 +0100	[thread overview]
Message-ID: <fe8d59da0902231019j1b19bb4fid1a03e533ef16e1b@mail.gmail.com> (raw)
In-Reply-To: <6D3CC355-796C-4E13-9CE5-0DF668E0439E@gmail.com>

On Mon, Feb 23, 2009 at 5:52 PM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>
> Am 23.02.2009 um 17:21 schrieb Mojca Miklavec:
>
>> Hello,
>>
>> I did not try to analyze how the following macros work (they are too
>> complex), but they somehow fail in mkiv. (I don't need the "F"
>> kerning, so that portion of code may go away, but the macro itself is
>> very very handy.)
>>
>> All I want is to have a macro that "converts" _{...} into \low{...}
>> and ^{...} into \high{...} (or possibly enable using both at the same
>> time).
>
> \startluacode
>
> thirddata = thirddata or { }
>
> function thirddata.molecule(text)
>    text = string.gsub(text,"_","\\low")
>    text = string.gsub(text,"%^","\\high")
>    tex.sprint(text)
> end
>
> \stopluacode
>
> \def\molecule#1{\ctxlua{thirddata.molecule('#1')}}
hmm
Isn't better to remember original \molecule ?
I mean, something like
\let\ORIGINALmolecule\molecule
\def\molecule#1{\ctxlua{thirddata.molecule('#1')}}

Sometimes in some contexts ORGINAL works and modified no, and you
haven't time to
find why .
-- 
luigi
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      parent reply	other threads:[~2009-02-23 18:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-23 16:21 Mojca Miklavec
2009-02-23 16:52 ` Wolfgang Schuster
2009-02-23 17:14   ` Mojca Miklavec
2009-02-24  0:21     ` Wolfgang Schuster
2009-02-23 18:19   ` luigi scarso [this message]

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=fe8d59da0902231019j1b19bb4fid1a03e533ef16e1b@mail.gmail.com \
    --to=luigi.scarso@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).