From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13238 Path: main.gmane.org!not-for-mail From: Michal Kvasnicka Newsgroups: gmane.comp.tex.context Subject: Interaction color in content Date: Mon, 15 Sep 2003 11:40:20 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <3F658904.50508@econ.muni.cz> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063619255 13203 80.91.224.253 (15 Sep 2003 09:47:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2003 09:47:35 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Sep 15 11:47:33 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ypxF-00074y-00 for ; Mon, 15 Sep 2003 11:47:33 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7F63710B07; Mon, 15 Sep 2003 11:47:29 +0200 (MEST) Original-Received: from anor.ics.muni.cz (anor.ics.muni.cz [147.251.4.35]) by ref.ntg.nl (Postfix) with ESMTP id DA56E10ACC for ; Mon, 15 Sep 2003 11:41:43 +0200 (MEST) Original-Received: from merkur.econ.muni.cz (merkur.econ.muni.cz [147.251.189.10]) by anor.ics.muni.cz (8.12.1/8.12.1) with ESMTP id h8F9fgTP009980 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 15 Sep 2003 11:41:42 +0200 Original-Received: from econ.muni.cz (ke-kvasnicka.econ.muni.cz [147.251.224.167]) by merkur.econ.muni.cz (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h8F9fgCR007724 for ; Mon, 15 Sep 2003 11:41:42 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en, cs Original-To: ConTeXt X-Muni-Spam-TestIP: 147.251.189.10 X-Muni-Virus-Test: Clean Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13238 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13238 Good morning. First of all: Many thanks for you last hints -- it solved a lot of my problems. But one more is still present. I want that the ``text'' in the content list to be ``clickable'' (interactive) and of some color. But the color make a problem. Why something like this causes errors? % output=pdf \setupcolors[state=start] \setupinteraction[state=start, color=interactioncolor] \definecombinedlist[content] [section, subsection] [criterium=all, level=subsection] \setuplist[section] [interaction=text] \starttext \placecontent \section{First} \input tufte \section{Second} \input tufte \section{Third} \input tufte \stoptext I got this very error message: (./int1.tuo ! Use of \@@lisectioninteractie doesn't match its definition. \doifvalue ...f \!!stringa {\csname #1\endcsname } \edef \!!stringb {#2}\ifx ... \dosomelijstelement ... #1\c!interactie }\v!tekst {\setlistparameter {#1}\c!... \dodolijstelement ...ment {#1}{#2}{#3}{#4}{#5}{#6} \global \utilitydonetrue l.8 ...tion}{2}{2}{Second}{2::0:0:2:0:0:0:0::1}{1} With many greetings Michal Kvasnicka