From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13717 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Re: lines in tabulate tables Date: Fri, 3 Oct 2003 21:12:39 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <006401c389e3$050c75b0$0100a8c0@vademecum> References: <877k3ovnu5.fsf@uga.edu> <6.0.0.22.2.20031002200200.01d00bb8@server-1> <87brsytivr.fsf@uga.edu> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065209053 21145 80.91.224.253 (3 Oct 2003 19:24:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2003 19:24:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Oct 03 21:24:12 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 1A5VXA-0006Hn-00 for ; Fri, 03 Oct 2003 21:24:12 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6E52810B13; Fri, 3 Oct 2003 21:24:07 +0200 (MEST) Original-Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by ref.ntg.nl (Postfix) with ESMTP id 3786010ABB for ; Fri, 3 Oct 2003 21:17:41 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla1.xs4all.nl (8.12.9/8.12.9) with SMTP id h93JHdgF046663 for ; Fri, 3 Oct 2003 21:17:39 +0200 (CEST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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:13717 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13717 Ed L Cashin wrote > Hans Hagen writes: > > > At 20:52 01/10/2003, you wrote: > > > >> > My second question is how do I make vertical lines in tabulate tables? > >> > >>without thinking about it I'd say: you can't. > > > > indeed, it's on my to do list (i.e. when i need it); dirty trick (only > > non pars): > > > > \starttabulate[|b{\vl\quad}a{\quad\vl}|b{\vl\quad}a{\quad\vl}|] > > \NC test \NC test \NC \NR > > \NC test \NC test \NC \NR > > \stoptabulate > > Thanks for the dirty trick. My major professor made fun of my use of > context when he found out that I couldn't easily put a vertical line > in a table. :) > There are of course other Context environments where you are definitely able to prodce lines in whatever style. \starttable{} .. \stoptable for simple tables may be you compile the module-documentation form core-tab.tex \bTABLE ... \eTABLE for difficult tables there is a example file on pragma-site! Regards Willi