From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30683 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: TABLEproblem Date: Thu, 7 Sep 2006 02:35:53 -0400 (EDT) Message-ID: 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 1157611002 3924 80.91.229.2 (7 Sep 2006 06:36:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 06:36:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 07 08:36:39 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 1GLDV6-0005VB-J3 for gctc-ntg-context-518@m.gmane.org; Thu, 07 Sep 2006 08:36:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC2FC1FBA0; Thu, 7 Sep 2006 08:36:33 +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 12839-01-6; Thu, 7 Sep 2006 08:36:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13E7A1FACB; Thu, 7 Sep 2006 08:36:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 632C51FAAB for ; Thu, 7 Sep 2006 08:36:04 +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 12839-01-2 for ; Thu, 7 Sep 2006 08:35:56 +0200 (CEST) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with SMTP id 45E421FE4E for ; Thu, 7 Sep 2006 08:35:54 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 44FFBDC9.824AC.31973 ; 7 Sep 2006 02:35:53 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <44FFB4EA.4060801@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:30683 Archived-At: On Thu, 7 Sep 2006, Bernd Militzer wrote: > Hi all, > > after I installed ConTeXt (TeXExec | version 6.2.0 - 1997-2006 - PRAGMA > ADE/POD) om my MacMini my family-project does not compile any more. > With version 5.2.4 -1967-2005 (linux resp. PowerBook) I have no problems. > > systems : begin file TestFile at line 731 > > (/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex) > section : 1 \getPID {134} > (./TestFile-PID0134-A.tmp > Underfull \vbox (badness 10000) detected at line 12 > references : unknown reference [][PID135dat] > references : unknown reference [][PID67dat] > references : unknown reference [][PID268dat] > references : unknown reference [][PID269dat] > references : unknown reference [][PID134adat] > ! Misplaced \noalign. > \TABLEnoalign ->\noalign > \bgroup \let \noalign \relax \let \next = > \insertTABLEtail ->\TABLEnoalign > {\global \settrue \preventTABLEbreak > \globa... > > \stoptables ...erepeattail \else \insertTABLEtail > \fi \finishTABLE \egroup > \... > > \StopPersDatTab ->\stoptables > \stop > l.25 \StopPersDatTab > ? > > I have no idea what to do. > every hint is welcome. > Thanks for help. 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. Aditya