ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de>
To: ntg-context@ntg.nl
Subject: lua, footnotes, interaction
Date: Fri, 16 Apr 2010 23:10:38 +0200	[thread overview]
Message-ID: <20100416211038.GA20607@localhost.localdomain> (raw)


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

Good evening all,


interaction remains a mystery to me.  When tracking things I encountered
the following deviation in footnotes:

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

\startluacode
track = {}
track.preceding = ""

function track.simple(arg)
    context("Last one:\\ {\\bf " .. track.preceding .. "}.\\ " .. 
            "This one:\\ {\\bf " .. arg .. "}")
    if arg == track.preceding then
      context("\\ -- matching!")
    else
      context("\\ -- not matching!")
      track.preceding = arg
    end
end
\stopluacode

\def\track#1{\ctxlua{track.simple("#1")}}
\def\foottrack#1{\footnote{\ctxlua{track.simple("#1")}}}

\starttext

\section{Normal}
\track{one}\par
\track{two}\par
\track{two}\par
\track{one}\par
\track{one}\par
\track{two}\par
\track{one}\par

\section{In Footnotes}
\foottrack{one}
\foottrack{two}
\foottrack{two}
\foottrack{one}
\foottrack{one}
\foottrack{two}
\foottrack{one}

\setupinteraction[state=start]
\section{In Footnotes, interaction enabled}
\footnote{\hrule}
\foottrack{one}
\foottrack{two}
\foottrack{two}
\foottrack{one}
\foottrack{one}
\foottrack{two}
\foottrack{one}

\stoptext

%   vim:ft=context
---8<--------------------------------------------------------------------------

I'd naively expect \track#1 to behave identically regardless of
interaction.  How do I make it interaction-proof, and, if possible,
how do I interaction-proof macros in general?

Thanks for your efforts,


Philipp

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- 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-04-16 21:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16 21:10 Philipp Gesang [this message]
2010-04-17  6:27 ` Peter Münster
2010-04-17 10:19   ` Hans Hagen
2010-04-17  6:52 ` Peter Münster
2010-04-17  7:20   ` Philipp Gesang
2010-04-17 10:37     ` 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=20100416211038.GA20607@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).