From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25381 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: setuptabulate Date: Thu, 19 Jan 2006 14:50:47 +0100 Message-ID: <43CF9937.2070001@elvenkind.com> References: <88402AA4-30E7-49C7-BC02-C6D0FA2F037C@fiee.net> <086C9761-B7CA-4167-B486-2FF24A03A7C0@science.uva.nl> <3E743F67-843B-4967-A8B5-C835186F9446@fiee.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137678666 29697 80.91.229.2 (19 Jan 2006 13:51:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 13:51:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 19 14:51:00 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 1EzaBj-00024e-Or for gctc-ntg-context-518@m.gmane.org; Thu, 19 Jan 2006 14:50:56 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 41B1E127DA; Thu, 19 Jan 2006 14:50:55 +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 32433-04-2; Thu, 19 Jan 2006 14:50:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 57B0B127BA; Thu, 19 Jan 2006 14:50:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B958D127B8 for ; Thu, 19 Jan 2006 14:50:49 +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 32483-08 for ; Thu, 19 Jan 2006 14:50:48 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id B2BCF1286E for ; Thu, 19 Jan 2006 14:50:48 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 5511B18346 for ; Thu, 19 Jan 2006 14:50:48 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07771-07 for ; Thu, 19 Jan 2006 14:50:48 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 16C83182F9 for ; Thu, 19 Jan 2006 14:50:48 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <3E743F67-843B-4967-A8B5-C835186F9446@fiee.net> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25381 Archived-At: Henning Hraban Ramm wrote: > Am 2006-01-19 um 11:53 schrieb Hans van der Meer: > >>>> What is with tabulation? I use it because I find it handy, but the >>>> setuptabulate seems not working. >>>> This gives NO alignment and NO rule. Is something wrong? >>> >>> I'm surprised that tabulates should have align and rule at all, but >>> texshow states so. >>> Why don't you use some sort of table? >> >> The answer is simple: because I like the tabulation construct. > > > If you need rules, you must use some kind of table. It's no big change: > > \setuptables[rulethickness=1pt] > \starttable[|c|c|] > \NC abc \VL xyz \NC\AR > \NC def \VL uvw \NC\AR > \stoptable > > And you must use \VL for a vertical line instead of \NC To put this another way, the | symbol only separates the column templates, it does not imply a vertical line. Cheers, Taco