From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28756 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: How to increase left and right padding of cells in a natural table? Date: Thu, 22 Jun 2006 14:10:27 +0200 Message-ID: <449A88B3.8010303@seznam.cz> 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 1150978265 30504 80.91.229.2 (22 Jun 2006 12:11:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2006 12:11:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 22 14:10:58 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 1FtO18-0002G1-Pk for gctc-ntg-context-518@m.gmane.org; Thu, 22 Jun 2006 14:10:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 69AF5127ED; Thu, 22 Jun 2006 14:10:38 +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 23382-05; Thu, 22 Jun 2006 14:10:33 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F0CD127CD; Thu, 22 Jun 2006 14:10:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1E5D1127CD for ; Thu, 22 Jun 2006 14:10:30 +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 27911-01 for ; Thu, 22 Jun 2006 14:10:28 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 28513127C7 for ; Thu, 22 Jun 2006 14:10:27 +0200 (CEST) Original-Received: (qmail 25488 invoked from network); 22 Jun 2006 12:10:26 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (typokvitek@seznam.cz@62.240.166.134) by tic.go.seznam.cz with ESMTPA; 22 Jun 2006 12:10:26 -0000 X-Seznam-User: typokvitek@seznam.cz User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: mailing list for ConTeXt users In-Reply-To: X-Antivirus: avast! (VPS 0624-0, 11.06.2006), Outbound message X-Antivirus-Status: Clean 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:28756 Archived-At: Nicolas Grilly wrote: > Hello, > > I'm using natural tables (\bTABLE ... \eTABLE) and/ /I want to increase > the space between the cells borders and the text inside the cells (CSS > calls that left-padding and right-padding). > > I didn't use parameter "offset" because I want to increase only left and > right padding. I don't want to increase top and bottom padding. Let try offset=2pt, % hor+vert each cell distance=\zeropoint, % individual column columndistance=\zeropoint, % each column (whole table) leftmargindistance=\zeropoint, % whole table rightmargindistance=\zeropoint,% whole table Vit