From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31249 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: external table alignment Date: Fri, 6 Oct 2006 18:00:50 +0200 Message-ID: <20061006180050.e1c9ce7e.schuster.wolfgang@googlemail.com> References: 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 1160150499 20566 80.91.229.2 (6 Oct 2006 16:01:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Oct 2006 16:01:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 06 18:01:35 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 1GVs8c-0000UX-NV for gctc-ntg-context-518@m.gmane.org; Fri, 06 Oct 2006 18:01:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A83ED1FE63; Fri, 6 Oct 2006 18:01: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 17256-02-5; Fri, 6 Oct 2006 18:01:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E912A1FEAC; Fri, 6 Oct 2006 18:01:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF3AF1FEAC for ; Fri, 6 Oct 2006 18:01:07 +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 17256-02-4 for ; Fri, 6 Oct 2006 18:00:59 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by ronja.ntg.nl (Postfix) with SMTP id AEBF31FE63 for ; Fri, 6 Oct 2006 18:00:57 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id e2so358998ugf for ; Fri, 06 Oct 2006 09:00:57 -0700 (PDT) Original-Received: by 10.66.220.17 with SMTP id s17mr3374406ugg; Fri, 06 Oct 2006 09:00:56 -0700 (PDT) Original-Received: from unknown ( [217.185.122.250]) by mx.google.com with ESMTP id m4sm2008297ugc.2006.10.06.09.00.55; Fri, 06 Oct 2006 09:00:56 -0700 (PDT) Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.6.10; i686-pc-mingw32) 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:31249 Archived-At: On Thu, 05 Oct 2006 11:03:09 -0600 "Idris Samawi Hamid" wrote: > Dear knights, > > I still need help with this one. How do I get the table flush left (no > offset)? > > Best > Idris > > On Wed, 04 Oct 2006 10:14:31 -0600, Idris Samawi Hamid > wrote: > > > Dear consortium, > > > > I need to get the argument of \start-stoptable aligned flush left. Even > > with > > > > \setuptables[split=yes,align=left] > > > > (a la \setupframed) there is still a small offset of the leftmost column. > > Please advise > > > > =========================== > > \starttext > > > > Some text > > > > \starttable[|l|l|] > > \NC 2001 \NC Fall \NC\SR > > \stoptable > > > > Some text > > > > \stoptext > > =========================== > \starttable[o(0pt)|l|l|] \HL \NC 2001 \NC Fall \NC\SR \HL \stoptable The "o(xxx)" key is your friend. BTW the wiki is a place to find such answers. http://wiki.contextgarden.net/Table There is a example where you can also see the solution for you problem. Wolfgang