From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14448 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: midaligned tabulate? Date: Thu, 08 Jan 2004 09:03:39 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <3FFD0EDB.2090904@boede.nl> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073549091 3382 80.91.224.253 (8 Jan 2004 08:04:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2004 08:04:51 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jan 08 09:04:48 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeV9s-0002MG-00 for ; Thu, 08 Jan 2004 09:04:48 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DAB9B10B2C; Thu, 8 Jan 2004 09:04:13 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 5DBA610B24 for ; Thu, 8 Jan 2004 09:03:07 +0100 (MET) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i0883bo5027587 for ; Thu, 8 Jan 2004 09:03:37 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: 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:14448 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14448 Hi Patrick, I would try to place this in the \placefloat environment \placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate} Cheers Willi Patrick Gundlach wrote: >Hi, > >I just wonder how to center a table.... >-------------------------------------------------- >\starttext > >\startalignment[middle] >this is centered? >\stopalignment > >\startalignment[middle] >\starttabulate[|l|l|] >\FL >\NC Platz 1--12 \NC Block A\NC\NR >\NC Platz 7--18 \NC Block B\NC\NR >\NC Platz 13--24 \NC Block C\NC\NR >\NC Ab Platz 19 \NC Block D\NC\NR >\LL >\stoptabulate >\stopalignment >\stoptext >-------------------------------------------------- > > >Patrick > >