From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6681 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Itemize within tabulate does not work correctly, I think. Date: Fri, 25 Jan 2002 13:56:43 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.1.20020125135537.02b29270@server-1> References: <5.1.0.14.1.20020125103238.03cf3508@server-1> <5.1.0.14.1.20020125103238.03cf3508@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035397194 12742 80.91.224.250 (23 Oct 2002 18:19:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:19:54 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Daniel Pittman In-Reply-To: <874rlay8ra.fsf@inanna.rimspace.net> Xref: main.gmane.org gmane.comp.tex.context:6681 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6681 At 10:23 PM 1/25/2002 +1100, Daniel Pittman wrote: >Ah. I have not expressed myself well. :( The layout example I showed >was incomplete -- I was too busy trying to cut it down to the minimum >size. > >I want to get this effect, roughly: > >+--------------------+-----------------------------+ >+ * ingredient one + The steps to prepare this + >+ * ingredient two + part of the recipe. They go + >+ * ingredient three + on for a bit, involving the + >+ + ingredients to the left. + >+--------------------+-----------------------------+ >+ * ingredient four + The next step. + >+ * ingredient five + + >+ * ingredient three + + >+--------------------+-----------------------------+ > >So, a continuing table with one or more ingredients in the left column >and the steps that use them in the right. > >The hight of each row in the table should be determined by the longer of >the list of ingredients and the instructions. > >What I /really/ want to achieve, though, and am having trouble with, is >that I should be able to have *any* number of ingredients on the left >and *any* length of text on the right without having whitespace imposed >on either side for those blocks. \starttabulate[|p(.4\hsize)|p|] \NC \startitemize \item ingredient one \item ingredient two \item ingredient three \stopitemize \NC The steps to prepare this part of the recipe. They go on for a bit, involving the ingredients to the left. \NC \NR \NC \startitemize \item ingredient four \item ingredient five \item ingredient three \stopitemize \NC The next step. \NC \NR \stoptabulate >I hope that is more clear about what I want. The intention is to group >the ingredients for the next step of a recipe together, putting them >next to the text explaining what to do with them. > >The only way I can see it working with one ingredient per table row is >if I can allow the text on the right to fill more than one row, as with >the HTML table: > > > > > > > > >
Ingredient One The instructions for the first three ingredients.
Ingredient Two
Ingredient Three
\bTABLE \bTR \bTD \startitemize[packed] \item ingredient one \item ingredient two \item ingredient three \stopitemize \eTD \bTD The steps to prepare this part of the recipe. They go on for a bit, involving the ingredients to the left. \eTD \eTR \bTR \bTD \startitemize[packed] \item ingredient four \item ingredient five \item ingredient three \stopitemize \eTD \bTD The next step. \eTD \eTR \eTABLE Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- fall-back web server: www.pragma-pod.nl -------------------------------------------------------------------------