From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/81840 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Finetuning distances in cells Date: Wed, 17 Apr 2013 03:02:01 -0400 (EDT) Message-ID: References: <516E4767.9030201@mmnetz.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1833014192-1366182128=:1063" X-Trace: ger.gmane.org 1366182134 13451 80.91.229.3 (17 Apr 2013 07:02:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Apr 2013 07:02:14 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 17 09:02:18 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1USMNm-0004jd-6n for gctc-ntg-context-518@m.gmane.org; Wed, 17 Apr 2013 09:02:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CAAC2101EA; Wed, 17 Apr 2013 09:02:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nGtItAZQqfEH; Wed, 17 Apr 2013 09:02:15 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 5206F101E6; Wed, 17 Apr 2013 09:02:15 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 57711101E6 for ; Wed, 17 Apr 2013 09:02:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kcaSG15bhXPM for ; Wed, 17 Apr 2013 09:02:12 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id 406BF101E4 for ; Wed, 17 Apr 2013 09:02:12 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.12.86]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r3H7Nj0v001367 for ; Wed, 17 Apr 2013 09:23:46 +0200 Original-Received: FROM mint ((null) [70.52.113.158]) By tombraider.mr.itd.umich.edu ID 516E48F0.7C660.29900 ; Authuser adityam; 17 Apr 2013 03:02:08 EDT In-Reply-To: <516E4767.9030201@mmnetz.de> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.12.86; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 01JoTnJss - bae3d2000c11 - 20130417 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:81840 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1833014192-1366182128=:1063 Content-Type: TEXT/PLAIN; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 17 Apr 2013, "H. =D6zoguz" wrote: >> (Sorry, there were typos in the code). >> The offset between the top and bottom rule in each cell. Change them to >> something drastic like 1cm to see the affect. >>=20 >> \startsetups table:setups >> \setupTABLE[align=3D{lohi}, loffset=3D1pt, boffset=3D3cm, align=3Dflushl= eft] >> \stopsetups >>=20 >> \starttext >> \bTABLE[setups=3Dtable:setups] >> \bTR >> \bTD[nc=3D3, align=3Dmiddle, style=3Ditalic] >> Nat=FCrliche Methoden >> \eTD >> \eTR >> \bTR >> \bTD One \eTD >> \bTD Two \eTD >> \bTD Three \eTD >> \eTR >> \eTABLE >> \stoptext >>=20 >>=20 >> Aditya > > Thanks, exactly what I wanted! > Is it possible with this table-environment to create a table, where not a= ll=20 > four horizontal and vertical lines are set? For example like: > > \starttext > \starttable[|l|c|l|] > > \NC Blub1 \VL Blub2 \VL Blub3 \AR > > \HL > > \NC Lalala \VL Brumm \VL Boff \AR > > \HL > > \stoptable > \stoptext \setupTABLE[row][1][frame=3Doff,leftframe=3Don,rightframe=3Don] \setupTABLE[column][first,last][frame=3Doff,topframe=3Don,bottomframe=3Don] Aditya --8323329-1833014192-1366182128=:1063 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --8323329-1833014192-1366182128=:1063--