From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6453 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Footnoteproblems, bTABLE problems Date: Thu, 3 Jan 2002 20:09:35 +0100 (CET) Sender: owner-ntg-context@let.uu.nl Message-ID: References: <5.1.0.14.1.20020103130332.03d9e468@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035396983 10766 80.91.224.250 (23 Oct 2002 18:16:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:16:23 +0000 (UTC) Cc: Tobias Burnus , Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20020103130332.03d9e468@server-1> Xref: main.gmane.org gmane.comp.tex.context:6453 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6453 Hi Hans, > Hi impatient Tobias ... ;-) Well at the moment I'm really under pressure, but you seem to be under pressure as well. (Here the question was asked: LaTeX is still more stable, isn't it? And I have the feeling that this is not completely wrong ...) > i fixed that (aproximation btw); there are a few places in context where > multiple passes over content are done, i such cases one can use > \iftrialtypesetting to catch unwanted behavior. I kind of built it into > TABLE now, so your case should work; It does :-) > >c) I use TABLE with nr and nc. nr works ok, but for nc the text cannot > >extend the width of one cell (the border is usually drawn correctly) > > for that i need a minimal example (and time) here comes one. By the way the time problem applies also to me ... but I hope that I can work around that problem. Tobias Example: -------------- \bTABLE \bTR \bTH foo \eTH \bTH This is a very, very, very really long cell \eTH \eTR \bTR \bTD[nc=2] This is also a very, very, very really long combined cell\eTD \eTR \eTABLE \bye ---------------- The first column is very wide, but need to be if the text of the [nc=2] cell would also be shown under the second column.