From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13441 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: Re: Re: newbie tabulate question Date: Mon, 22 Sep 2003 21:27:35 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064308379 23102 80.91.224.253 (23 Sep 2003 09:12:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2003 09:12:59 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Sep 23 11:12:58 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 1A1jE9-0001db-00 for ; Tue, 23 Sep 2003 11:12:58 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4668E10BAD; Tue, 23 Sep 2003 11:12:55 +0200 (MEST) Original-Received: from localhost.uni-bonn.de (pD9E265C7.dip.t-dialin.net [217.226.101.199]) by ref.ntg.nl (Postfix) with ESMTP id 193BB10B2B for ; Mon, 22 Sep 2003 21:27:41 +0200 (MEST) Original-Received: from uni-bonn.de (localhost [127.0.0.1]) by localhost.uni-bonn.de (Postfix) with ESMTP id A932B124DFF for ; Mon, 22 Sep 2003 21:27:35 +0200 (CEST) Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Apple Mail (2.552) 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:13441 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13441 I feel like a complete fool now. I had given up, assuming it couldn't be done. When your post arrived, I had a last look at my file to copy the error message into this mail--and now it works! I guess what I did wrong was to REPLACE the \NR with \TB instead of ADDING it. So for whoever might find it useful: this works: \starttabulate[|w=0.3\textwidth|p|] \NC arrggl \NC barrgl \NC \NR \TB[big] \NC barrgl \NC arrgl \NC \NR \TB[big] \stoptabulate Little by little, I'm learning how to use this wonderful tool.