From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60529 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Expansion and database module Date: Fri, 30 Jul 2010 10:53:00 +0200 Message-ID: <4C5292EC.8090300@gyza.cz> References: <4C528D72.9030305@gyza.cz> <4C528E82.4090000@wxs.nl> <4C529269.2070907@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280479989 15796 80.91.229.12 (30 Jul 2010 08:53:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 08:53:09 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 30 10:53:08 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OelL2-0003PU-Fb for gctc-ntg-context-518@m.gmane.org; Fri, 30 Jul 2010 10:53:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 88C73C9D6B; Fri, 30 Jul 2010 10:53:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Ont+dT3zdtD9; Fri, 30 Jul 2010 10:53:04 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 857FCC9D67; Fri, 30 Jul 2010 10:53:04 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7A130C9D67 for ; Fri, 30 Jul 2010 10:53:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id U5zv7Zv6fXZe for ; Fri, 30 Jul 2010 10:53:01 +0200 (CEST) Original-Received: from psi1.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by balder.ntg.nl (Postfix) with SMTP id 40A1AC9D55 for ; Fri, 30 Jul 2010 10:53:01 +0200 (CEST) Original-Received: (qmail 27618 invoked by uid 89); 30 Jul 2010 08:53:00 -0000 Original-Received: from unknown (HELO ?192.168.1.2?) (hajtmar@gyza.cz@88.103.230.14) by psi01 with ESMTPA; 30 Jul 2010 08:53:00 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: <4C529269.2070907@gyza.cz> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:60529 Archived-At: appendix: Is it possible that the error is in the Mojca database module?? Jaroslav Dne 30.7.2010 10:50, Jaroslav Hajtmar napsal(a): > Thanx Hans, but your example do not print anything. > I dont know why, but output is empty... > > Jaroslav > > > Dne 30.7.2010 10:34, Hans Hagen napsal(a): >> On 30-7-2010 10:29, Jaroslav Hajtmar wrote: >>> Hello all, >>> >>> My big weakness in TeX practice is working with the expansion. Perhaps >>> because he speaks so Lua. >>> I would like to ask whether there is any possibility of printing table >>> columns (throw Mojca database module) when the column data are >>> contained >>> in a separate macro. >>> >>> >>> Example: >>> >>> \usemodule[database] >>> >>> \defineseparatedlist >>> [NaturalTable] >>> [separator=comma, >>> before=\bTABLE,after=\eTABLE, >>> first=\bTR,last=\eTR, >>> left=\bTD,right=\eTD] >>> >>> \def\tabrow{A, B, C} >>> >>> >>> \starttext >>> >>> \startseparatedlist[NaturalTable] >>> a,b,c >>> A,B,C >>> \stopseparatedlist >>> >>> \blank[big] >>> >>> \startseparatedlist[NaturalTable] >>> \tabrow >>> \stopseparatedlist >> >> \expanded{\startseparatedlist[NaturalTable] >> \tabrow} >> \stopseparatedlist >> >> might work >> >> >>> >>> %But I would like get table with three separate columns >>> >>> \stoptext >>> >>> >>> While I can parsing column data contained in macro \tabrow, anyway I >>> cant transmit column data to \startseparatedlist[NaturalTable] .. >>> \stopseparatedlist environment to make it work. >>> >>> Thanx Jaroslav >>> >>> >>> ___________________________________________________________________________________ >>> >>> >>> If your question is of interest to others as well, please add an entry >>> to the Wiki! >>> >>> maillist : ntg-context@ntg.nl / >>> http://www.ntg.nl/mailman/listinfo/ntg-context >>> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net >>> archive : http://foundry.supelec.fr/projects/contextrev/ >>> wiki : http://contextgarden.net >>> ___________________________________________________________________________________ >>> >>> >> >> > > ___________________________________________________________________________________ > > If your question is of interest to others as well, please add an entry > to the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________