From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9846 Path: main.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: tables within tabulate Date: Thu, 14 Nov 2002 17:04:25 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v546) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037289948 32709 80.91.224.249 (14 Nov 2002 16:05:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 14 Nov 2002 16:05:48 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CMV1-0008VR-00 for ; Thu, 14 Nov 2002 17:05:47 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id ED82B10AE9; Thu, 14 Nov 2002 17:07:30 +0100 (MET) Original-Received: from mail.science.uva.nl (mail.science.uva.nl [146.50.4.51]) by ref.ntg.nl (Postfix) with ESMTP id 5F5C310AE6 for ; Thu, 14 Nov 2002 17:06:04 +0100 (MET) Original-Received: from 118-116.uva.surfnetthuis.nl [145.98.118.116] by mail.science.uva.nl with ESMTP (sendmail 8.11.6/config 11.26). id gAEG4m624287; Thu, 14 Nov 2002 17:04:48 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.546) X-Spam-Rating: 0 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9846 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9846 Anybody knows why is seems impossible to put a table into a tabulate? this works: \starttabulate[|p|p|]\NC TEXT \NC TEXT \NC\NR\stoptabulate but NOT this: \starttabulate[|p|p|]\NC \starttable[|c|c|] \HL \VL Y \VL P \VL \SR \HL \stoptable \NC TEXT \NC\NR\stoptabulate Hans van der Meer