From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/81834 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: [***SPAM***] Re: Line break in a cell of a table Date: Wed, 17 Apr 2013 02:26:37 -0400 (EDT) Message-ID: References: <516E3C07.1000703@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-1748564166-1366179999=:906" X-Trace: ger.gmane.org 1366180006 25539 80.91.229.3 (17 Apr 2013 06:26:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Apr 2013 06:26:46 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 17 08:26:50 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 1USLpP-0000vi-RF for gctc-ntg-context-518@m.gmane.org; Wed, 17 Apr 2013 08:26:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 40440101E9; Wed, 17 Apr 2013 08:26:47 +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 1c6vFtpZaiav; Wed, 17 Apr 2013 08:26:46 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 06555101E4; Wed, 17 Apr 2013 08:26:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CE2AD101E4 for ; Wed, 17 Apr 2013 08:26:44 +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 1iGqeMYH-wHi for ; Wed, 17 Apr 2013 08:26:43 +0200 (CEST) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 40345101E3 for ; Wed, 17 Apr 2013 08:26:43 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.12.86]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r3H6Qese009041 for ; Wed, 17 Apr 2013 08:26:42 +0200 Original-Received: FROM mint ((null) [70.52.113.158]) By tombraider.mr.itd.umich.edu ID 516E409F.5EC9D.17469 ; Authuser adityam; 17 Apr 2013 02:26:39 EDT In-Reply-To: <516E3C07.1000703@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: 0WJoSqFnT - 0edbf892ae67 - 20130417 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 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:81834 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-1748564166-1366179999=:906 Content-Type: TEXT/PLAIN; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 17 Apr 2013, "H. =D6zoguz" wrote: >> BTW, I think that it is better to use Natural Table or tabulate instead = of >> table environment. For example, you can write: >>=20 >> \startTABLE >> \NC First Entry \\ (Explanation) \NC Second Entry \NC \NR >> \stopTABLE > > Thanks Aditya. Can you give me a short reference to understand the=20 > difference, what is "Natural Table"? See http://wiki.contextgarden.net/TABLE and http://tex.stackexchange.com/search?q=3Duser%3A323+[tables] for examples. > Is it the same as > \placetable[][]{}{\starttable[]....\stoptable} > ? No. \placetable is a float mechanism, which can float any \hbox. For=20 example, you can use: \placetable[..][..]{...}{\hbox{Hello world}} table, tables, tabulate, linetable, TABLE, xtable, are different wrappers= =20 around \halign for creating tables. See http://wiki.contextgarden.net/Tables_Overview for a partial comparison. Aditya --8323329-1748564166-1366179999=:906 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-1748564166-1366179999=:906--