ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: interaction fails with footnotes
Date: Tue, 16 Mar 2010 00:20:00 +0100	[thread overview]
Message-ID: <20100315232000.GB8570@localhost.localdomain> (raw)
In-Reply-To: <4B9EA957.2080002@googlemail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1422 bytes --]

On 2010-03-15 <22:40:39>, Wolfgang Schuster wrote:
> Am 15.03.10 19:01, schrieb Philipp Gesang:
> >Of course.  I could narrow it down to this.  Try commenting out the
> >interaction part.
> >---8<-------------------------------------------------------------------------
> >
> >\setupinteraction[state=start]
> >
> >\def\test{\dosingleempty\dotest}
> \unexpanded\def\test{\dosingleempty\dotest}

Great, this works with the simple command.  But how would I apply this
onto the \long definition you gave me?  To be honest I tried almost all
the expansion related stuff from Chapter 20 of the TeXbook and the whole
unexpanded family from syst-aux.mkiv but could not get it working.

---8<-------------------------------------------------------------------------

\tracingcommands=1
\tracingonline=1
\setupinteraction[state=start] 

\unexpanded\def\test{\dosingleempty\dotest}
\def\dotest[#1]#2{#2}

\def\startsomething{%
  \bgroup%
  \dosingleempty\dostartsomething
}

%\long\unexpanded\def\dostartsomething[#1]#2\stopsomething{%
\long\def\dostartsomething[#1]#2\stopsomething{%
   \dotest[#1]{#2}
  \egroup%
}

\starttext

Words before a footnote\footnote{
  The Test
  \test{The other Test}
  \startsomething[nothing]
  The next Test
  \stopsomething
}

\stoptext

% vim:ft=context

---8<-------------------------------------------------------------------------

Philipp

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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:[~2010-03-15 23:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-14 23:12 xml with interaction fails in footnotes Philipp Gesang
2010-03-14 23:32 ` interaction fails with footnotes (was: xml with interaction fails in footnotes) Philipp Gesang
2010-03-15  3:01   ` Curiouslearn
2010-03-15  7:00     ` Philipp Gesang
2010-03-15 13:10   ` interaction fails with footnotes Hans Hagen
2010-03-15 18:01     ` Philipp Gesang
2010-03-15 21:40       ` Wolfgang Schuster
2010-03-15 23:20         ` Philipp Gesang [this message]
2010-03-15 23:33           ` Wolfgang Schuster
2010-03-16  9:58             ` Philipp Gesang
2010-03-16 10:48               ` Wolfgang Schuster
2010-03-16 11:19                 ` Philipp Gesang
2010-03-16  8:48           ` Hans Hagen

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=20100315232000.GB8570@localhost.localdomain \
    --to=pgesang@ix.urz.uni-heidelberg.de \
    --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).