From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30695 Path: news.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: Re: TABLEproblem Date: Thu, 07 Sep 2006 17:39:13 +0200 Message-ID: <45003D21.5090602@militzer.net> References: <44FFB4EA.4060801@militzer.net> 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 1157643639 21858 80.91.229.2 (7 Sep 2006 15:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 15:40:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 07 17:40:31 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 1GLLyQ-0005w9-Kz for gctc-ntg-context-518@m.gmane.org; Thu, 07 Sep 2006 17:39:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6C3F1FE8D; Thu, 7 Sep 2006 17:39:25 +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 20898-04-5; Thu, 7 Sep 2006 17:39:17 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 83EC71FE8E; Thu, 7 Sep 2006 17:39:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 484051FE8E for ; Thu, 7 Sep 2006 17:39:15 +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 20898-04-4 for ; Thu, 7 Sep 2006 17:39:10 +0200 (CEST) Original-Received: from new.militzer.net (new.militzer.net [81.169.143.226]) by ronja.ntg.nl (Postfix) with SMTP id 398261FE8D for ; Thu, 7 Sep 2006 17:39:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by new.militzer.net (Postfix) with ESMTP id F20171840B1 for ; Thu, 7 Sep 2006 17:39:09 +0200 (CEST) Original-Received: from new.militzer.net ([127.0.0.1]) by localhost (new [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13853-08 for ; Thu, 7 Sep 2006 17:39:06 +0200 (CEST) Original-Received: from [192.168.192.153] (pD9E633D9.dip.t-dialin.net [217.230.51.217]) by new.militzer.net (Postfix) with ESMTP id AFEA11840B0 for ; Thu, 7 Sep 2006 17:39:06 +0200 (CEST) User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at new.militzer.net 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:30695 Archived-At: Aditya Mahajan schrieb: > Looks like tables want the first row to contain a \SR. I get the same > error with the more simple > > \starttext > \starttables[|l|l|] > \NC A \NC B \NC\AR > \stoptables > \stoptext > > Replace \AR by \SR and everything works fine. I do not usually use > tables, so I do not know if this is a bug or a feature. > > thanks Aditya, but I have still a problem. % \starttext % % \def\Pers{134} \starttables[|l|l|] \NC Namen \NC \getPID{134} \NC\FR % OK works \NC Namen \NC \getPID{134} \NC\SR % OK works \NC Namen \NC \getPID{134} \NC\AR % OK works %\NC Namen \NC \getPID{\Pers} \NC\AR % problem with \Pers % \NC Namen \NC \doGetPID{Fam}{134} \NC\AR % \NC Vornamen \NC \getVor{\Pers} \NC\LR % problem with \Pers \NC Vornamen \NC \getVor{134} \NC\AR % OK works but not on last line \NC Geburt \NC \getGeburt{134} \NC\LR % % % problem with empty lines % \stoptables % \stoptext Greetings Bernd