From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14501 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: columnset error Date: Mon, 12 Jan 2004 22:25:58 +0100 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073942957 13811 80.91.224.253 (12 Jan 2004 21:29:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2004 21:29:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jan 12 22:29:03 2004 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 1Ag9cN-0003JG-00 for ; Mon, 12 Jan 2004 22:29:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 725E510AFC; Mon, 12 Jan 2004 22:28:20 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by ref.ntg.nl (Postfix) with ESMTP id 56CCD10ACC for ; Mon, 12 Jan 2004 22:27:25 +0100 (MET) Original-Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Ag9bP-0004ir-00 for ntg-context@ntg.nl; Mon, 12 Jan 2004 22:28:03 +0100 Original-Received: from [62.72.92.100] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Ag9bP-00087v-00 for ntg-context@ntg.nl; Mon, 12 Jan 2004 22:28:03 +0100 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1Ag9ZT-0000Oh-00 for ; Mon, 12 Jan 2004 22:26:03 +0100 Original-Received: from schnee (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i0CLQ0W0021932 for ; Mon, 12 Jan 2004 22:26:01 +0100 (CET) Original-Received: (from pg@localhost) by schnee (8.12.9/8.12.2/Submit) id i0CLQ0TX021931; Mon, 12 Jan 2004 22:26:00 +0100 (CET) X-Authentication-Warning: schnee: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:d43e4e6267c3e50bafb8d1f4173761b4 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:14501 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14501 Hi out there, what is wrong with the following code? \starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext it gives me: !: Missing number, treated as zero. --- TeX said --- \@@vn-footnote \doflushsavednotes ->\ifvoid \currentsaveins \else \insert \currentnoteins {... \next1 ...doprocessnotes {\doflushsavednotes }{#1} \doprocesscommaitem \relax footnote, linenote \doprocesscommalist ...aitem \gobbleoneargument #1 ,]\relax \global \advance ... \OTRSETflushsavednotes ... \else \flushsavednotes \fi ConTeXt ver: 2004.1.2 fmt: 2004.1.7 int: english mes: english Patrick