From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4510 Path: main.gmane.org!not-for-mail From: Slawek Zak Newsgroups: gmane.comp.tex.context Subject: Contents list interaction problem Date: 08 Apr 2001 13:27:33 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <86bsq7ocm2.fsf@office.admaster.pl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035395172 26376 80.91.224.250 (23 Oct 2002 17:46:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:46:12 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:4510 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4510 When I generate TOC with: \placelist [Section] [criterium=all, interaction=text, alternative=command, command=\SectionText] Where Section is defined as slightly modified chapter and \SectionText is: \def\SectionText#1#2#3% {\limitatetext{\ss\tfx #2}{\leftedgewidth}{\unknown}\par} The text formatted by \SectionText is not clickable/interactive. How can I fix it? /S