From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1559 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Boxes which commands to use Date: Tue, 18 Jan 2000 16:41:39 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000118164139.013e27a0@pop.wxs.nl> References: <3.0.6.32.20000118110806.01477860@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035392379 1358 80.91.224.250 (23 Oct 2002 16:59:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:59:39 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Tobias Burnus In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:1559 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1559 At 02:29 PM 1/18/2000 +0100, you wrote: >I now use: \NC #1. \NC #2 \NC \bbox{#3} \NC\NR >But the result isn't optimal, I get: > >1. This is a longer ques- +--------------------+ > | | > | | > +--------------------+ > tion. Can you try this with \starttable instead of \starttabulate? You can also generate the thing yourself and say: \startlinecorrection \hbox {\vtop{\width.3\hsize#1\vfill}% \vtop{#2}% \vtop{#3}} \stoplinecorrection etc. The top will align them. If needed, put the graphics in a box and play with the dimensions: \def\something#1#2#3% untested {\setbox\scratchbox=\hbox{graphic} \scratchdimen=\hsize \advance\scratchdimen by -wd\scratchbox \advance\scratchdimen by -2em \divide\scratchdimen by 2 \hbox to \hsize {\vtop{\hsize\scratchdimen\begstrut#1\endstrut\vfill}\hss \vtop{\box\scratchbox}\hss \vtop{\hsize\scratchdimen\begstrut#3\endstrut\vfill}}} I could cook up some context stuff, but have a deadline to catch now. Alternatively use \starttable. If you can provide me the *minimal* set of data needed I can take a more detailed look. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl -----------------------------------------------------------------