From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87319 Path: news.gmane.org!not-for-mail From: hwitloc@gmail.com Newsgroups: gmane.comp.tex.context Subject: Re: Natural Tables Date: Mon, 12 May 2014 22:02:19 +0900 Message-ID: <20140512220219.3644@binki> References: <20140512164237.2336@binki> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1399899766 24569 80.91.229.3 (12 May 2014 13:02:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2014 13:02:46 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon May 12 15:02:42 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WjpsP-0007m8-C1 for gctc-ntg-context-518@m.gmane.org; Mon, 12 May 2014 15:02:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AFC001022A for ; Mon, 12 May 2014 15:02:40 +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 5uLSW2n8HLNS for ; Mon, 12 May 2014 15:02:40 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 42BD91022D for ; Mon, 12 May 2014 15:02:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 78CD6101F5 for ; Mon, 12 May 2014 15:02:32 +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 XfucBI50rhfe for ; Mon, 12 May 2014 15:02:30 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 21A69101F0 for ; Mon, 12 May 2014 15:02:20 +0200 (CEST) Original-Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s4CD2ICs002391 for ; Mon, 12 May 2014 15:02:19 +0200 Original-Received: from binki (x064220.dynamic.ppp.asahi-net.or.jp [122.249.64.220]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id 1EEF71C632 for ; Mon, 12 May 2014 22:02:15 +0900 (JST) In-reply-to: Your message of Mon, 12 May 2014 09:47:49 +0200 X-Mailer: MH-E 8.3.1; GNU Mailutils 2.99.98; GNU Emacs 24.3.1 X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=202.224.39.197; country=JP; latitude=35.6900; longitude=139.6900; http://maps.google.com/maps?q=35.6900,139.6900&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NM112jk6 - a903204f469c - 20140512 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:87319 Archived-At: Thank you Mikael and also Wolfgang for the response to my query. Regards, Whitloc Mikael P. Sundqvist wrote: > The only place in the source where bTC is mentioned is in > tabl-ntb.mkiv (and tabl-ntb.mkii), which says says > > \unexpanded\def\bTC#1\eTC{\bTD#1\eTD} \let\eTC\relax > \unexpanded\def\bTX#1\eTX{\bTD#1\eTD} \let\eTX\relax > \unexpanded\def\bTY#1\eTY{\bTR#1\eTR} \let\eTY\relax > > I guess that means \bTC and \bTD are the same (as is \bTX). > > /Mikael > > > On Mon, May 12, 2014 at 9:42 AM, wrote: > > > > > > What is the difference between TD and TC in \bTD, \bTC , \eTD, and \eTC ? > > > > -------------------------------- > > > > \starttext > > > > \bTABLE > > \bTR \bTC one \eTC \bTC two \eTC \bTC three \eTC \eTR > > \bTR \bTD one \eTD \bTD two \eTD \bTD three \eTD \eTR > > \eTABLE > > > > \stoptext > > > > -------------------------------- result looks the same to me..? > > > > Thanks > > ___________________________________________________________________________________ > > 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 > > ___________________________________________________________________________________ > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________