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


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')}}

\starttext
\molecule{H_2SO_4}
\molecule{H_2^+}
\stoptext

Wolfgang

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


  reply	other threads:[~2009-02-23 16:52 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 [this message]
2009-02-23 17:14   ` Mojca Miklavec
2009-02-24  0:21     ` Wolfgang Schuster
2009-02-23 18:19   ` luigi scarso

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=6D3CC355-796C-4E13-9CE5-0DF668E0439E@gmail.com \
    --to=schuster.wolfgang@googlemail.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).