From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25889 Path: news.gmane.org!not-for-mail From: Elliot Clifton Newsgroups: gmane.comp.tex.context Subject: Re: ToC problem Date: Mon, 6 Feb 2006 18:10:38 +0000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139249515 9335 80.91.229.2 (6 Feb 2006 18:11:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 18:11:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 06 19:11:41 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6Ap4-0007oo-Bx for gctc-ntg-context-518@m.gmane.org; Mon, 06 Feb 2006 19:10:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B20CE127F8; Mon, 6 Feb 2006 19:10:45 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02093-05; Mon, 6 Feb 2006 19:10:42 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80A051278D; Mon, 6 Feb 2006 19:10:42 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1CC61278D for ; Mon, 6 Feb 2006 19:10:40 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02108-04-3 for ; Mon, 6 Feb 2006 19:10:40 +0100 (CET) Original-Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.194]) by ronja.ntg.nl (Postfix) with SMTP id 0FA8812780 for ; Mon, 6 Feb 2006 19:10:39 +0100 (CET) Original-Received: by uproxy.gmail.com with SMTP id h2so22102ugf for ; Mon, 06 Feb 2006 10:10:39 -0800 (PST) Original-Received: by 10.48.157.5 with SMTP id f5mr1312752nfe; Mon, 06 Feb 2006 10:10:38 -0800 (PST) Original-Received: by 10.48.157.1 with HTTP; Mon, 6 Feb 2006 10:10:37 -0800 (PST) Original-To: ntg-context@ntg.nl Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25889 Archived-At: Taco Hoekwater, wrote: > > My mistake, sorry. > > You need and \expanded around the call to \Article, because > otherwise the macro names \ArticleAuthor etc. end up in the > list instead of their content. So please change that line to: > > \expanded{\Article{\ArticleTitle -- \ArticleAuthor}} > > (you have to delete the current .tuo file also to make the > error go away) > It works now. Thanks. Just what I wanted. Elliot