From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22837 Path: news.gmane.org!not-for-mail From: Christopher Creutzig Newsgroups: gmane.comp.tex.context Subject: Re: \noalign? Date: Mon, 03 Oct 2005 19:01:30 +0200 Message-ID: <434163EA.1070207@creutzig.de> References: <433D8C2B.5050304@creutzig.de> <43405386.6000809@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128359586 20634 80.91.229.2 (3 Oct 2005 17:13:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2005 17:13:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 03 19:12:55 2005 Return-path: 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 1EMTl2-00082O-I7 for gctc-ntg-context-518@m.gmane.org; Mon, 03 Oct 2005 19:05:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E118127C7; Mon, 3 Oct 2005 19:05:44 +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 21721-02; Mon, 3 Oct 2005 19:05:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C139C127C5; Mon, 3 Oct 2005 19:01:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA630127C5 for ; Mon, 3 Oct 2005 19:01:35 +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 21567-02 for ; Mon, 3 Oct 2005 19:01:34 +0200 (CEST) Original-Received: from bayes.math.uni-paderborn.de (bayes.math.uni-paderborn.de [131.234.116.40]) by ronja.ntg.nl (Postfix) with ESMTP id C924D127BC for ; Mon, 3 Oct 2005 19:01:34 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by bayes.math.uni-paderborn.de (Postfix) with ESMTP id 048B2E0000B4 for ; Mon, 3 Oct 2005 19:01:34 +0200 (CEST) Original-Received: from bayes.math.uni-paderborn.de ([127.0.0.1]) by localhost (bayes [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09409-05 for ; Mon, 3 Oct 2005 19:01:32 +0200 (CEST) Original-Received: from [192.168.1.2] (p548B002E.dip0.t-ipconnect.de [84.139.0.46]) by bayes.math.uni-paderborn.de (Postfix) with ESMTP id B87B0E000087 for ; Mon, 3 Oct 2005 19:01:32 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43405386.6000809@wxs.nl> X-Enigmail-Version: 0.92.0.0 X-Virus-Scanned: by mailscan-system at math.uni-paderborn.de X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22837 Archived-At: Hans Hagen wrote: >>which tables allow using \noalign and in what places? >>\NC one \NC two \NC three \NC\AR >>\HL\noalign{\pause}% >>\NC one \NC two \NC three \NC\AR >>\noalign{\pause}\HL > it all depends on what you want to achieve I want to place a \pdfspecial in front of the \HL. Peter Rolf pointed out correctly (and I had seen that myself as well) that the problem seems to be with \AR only. I'll try and check if I can make the whole thing work transparently with \AR or if I have to ask users to use \FR, \MR, \LR for this usage pattern. (Usage: You build a table line by line in a presentation.) regards, Christopher