From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29362 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: eating up & Date: Fri, 14 Jul 2006 16:18:25 +0200 Message-ID: <6faad9f00607140718x79fc044nb7a4e6ec1bad8ad0@mail.gmail.com> References: <200B224C-D2F8-48F1-AC0C-A0520AB5D783@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152886797 4908 80.91.229.2 (14 Jul 2006 14:19:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Jul 2006 14:19:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 14 16:19:52 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 1G1OVQ-0007DG-TY for gctc-ntg-context-518@m.gmane.org; Fri, 14 Jul 2006 16:19:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D2F212884; Fri, 14 Jul 2006 16:19:00 +0200 (CEST) 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 30862-07-2; Fri, 14 Jul 2006 16:18:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3821F12892; Fri, 14 Jul 2006 16:18:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6EC112890 for ; Fri, 14 Jul 2006 16:18:39 +0200 (CEST) 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 30862-07 for ; Fri, 14 Jul 2006 16:18:29 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by ronja.ntg.nl (Postfix) with SMTP id 1CC3112884 for ; Fri, 14 Jul 2006 16:18:26 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id l35so188919nfa for ; Fri, 14 Jul 2006 07:18:26 -0700 (PDT) Original-Received: by 10.78.139.5 with SMTP id m5mr1720755hud; Fri, 14 Jul 2006 07:18:26 -0700 (PDT) Original-Received: by 10.78.175.15 with HTTP; Fri, 14 Jul 2006 07:18:25 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <200B224C-D2F8-48F1-AC0C-A0520AB5D783@science.uva.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:29362 Archived-At: On 7/13/06, Hans van der Meer wrote: > > I want to do something with & in tables (making it an active column > separator). I didn't follow this discussion closely (I have to catch up with the mails from this week), so I might have missed the point, but does something like this satisfy your needs? \usemodule [database] % you can change the commands to \starttabulate or \starttable, % according to the pattern % but I don't know them by heart \defineseparatedlist [MyList] [left=\bTD,right=\eTD, first=\bTR,last=\eTR, before=\bTABLE,after=\eTABLE, separator=&] \starttext \startseparatedlist[MyList] a & b & c \stopseparatedlist \stoptext Temporary documentation for "separatedlist" can be found on http://pub.mojca.org/tex/csv/, but I have to wait until two important bugs are fixed, namely UTF-8 (twice) and multiple separators one after another (and I have some little problems with showing the settings of two commands, which is most probably my fault). Mojca