From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14079 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Problems with table and Division Line Date: Wed, 19 Nov 2003 09:12:20 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031119091050.01e68518@server-1> References: <1069178469.1805.8.camel@eagle.militzer.net.local> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1069230232 1524 80.91.224.253 (19 Nov 2003 08:23:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2003 08:23:52 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Nov 19 09:23:49 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 1AMNcr-0003Hc-00 for ; Wed, 19 Nov 2003 09:23:49 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3A1A710B34; Wed, 19 Nov 2003 09:23:45 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id C300D10B27 for ; Wed, 19 Nov 2003 09:16:32 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hAJ8GT927310 for ; Wed, 19 Nov 2003 09:16:30 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 2F7ED233CA; Wed, 19 Nov 2003 09:16:30 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 1D6A017AF2 for ; Wed, 19 Nov 2003 08:16:29 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: <1069178469.1805.8.camel@eagle.militzer.net.local> Original-References: <1069178469.1805.8.camel@eagle.militzer.net.local> 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:14079 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14079 An \DL has an explicit DC in it, so you have to leave out the next \DC as in: \starttext \starttable[|c|c|c|c|c|c|] %\starttables[|c|c|c|c|c|c|] % \HL \NC one \NC two \NC three \NC four \NC five \NC six \NC\AR % \DL[2] \DC \DC \DC \DR \VL \TWO{one + two} \VL three \NC four \NC five \NC six \NC\AR % \DC \NC \DL[3] \DR \NC one \NC two \NC three \VL \THREE{four + five + six} \VL\AR % the next line does not work!! \DL[2] \DC \DL[2] \DR % \VL \TWO{one + two} \VL three \NC four \VL \TWO{five + six}\VL\AR \stoptable \stoptext >Hi all, > >using \DL[2] only once in a row, the function works well, but >using \DL[2] twice in a row, I get a error-message: > >+---------- >! Extra alignment tab has been changed to \cr. >