ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: h h extern <pragma@wxs.nl>
Subject: Re: Greek font in Footnote problem
Date: Fri, 21 Jan 2005 20:29:48 +0100	[thread overview]
Message-ID: <41F1582C.7020606@wxs.nl> (raw)
In-Reply-To: <1156143079.20050119130558@iol.it>

Giuseppe Bilotta wrote:
> Wednesday, January 19, 2005 Thomas A.Schmitz wrote:
> 
> 
> 
>>On Jan 17, 2005, at 4:54 PM, Giuseppe Bilotta wrote:
> 
> 
>>>enablegreek relies on catcode changes, so it cannot work inside
>>>commands. It should be redefined to make use of e-TeX's
>>>\scantoken feature so that it can re-parse its input.
> 
> 
>>Giuseppe,
> 
> 
>>I'll be too bust the next three weeks to look into this, but would love
>>to correct my quick and dirty hack. Can you give me a hint where I can
>>learn more about \scantoken and how I can implement it for my Greek
>>stuff?
> 
> 
> Ehehehe. The reason why I was so generic in my answer is
> precisely the same :)
> 
> Something like
> 
> \def\localgreek#1{\scantokens{\Gf\enablegreek#1}}
> 
> could work.

more precisely:

\starttext

\def\rescan#1{\scantokens{#1}} [\rescan{oeps}]

\def\rescan#1{\scantokens{#1\ignorespaces}} [\rescan{oeps}]

\stoptext

and therefore:

    \def\localgreek#1{\rescan{\Gf\enablegreek#1}}



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  parent reply	other threads:[~2005-01-21 19:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-17 12:31 Alan Bowen
2005-01-17 15:54 ` Giuseppe Bilotta
2005-01-19  9:52   ` Thomas A.Schmitz
2005-01-19 12:05     ` Re[2]: " Giuseppe Bilotta
2005-01-20 23:01       ` Alan Bowen
2005-01-21 19:29       ` h h extern [this message]
2005-01-22  8:18         ` Thomas A.Schmitz

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=41F1582C.7020606@wxs.nl \
    --to=pragma@wxs.nl \
    --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).