From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1552 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Boxes which commands to use Date: Mon, 17 Jan 2000 10:28:07 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3882E0A7.7D11885A@gmx.de> References: <3.0.6.32.20000117092929.008c2100@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035392373 1333 80.91.224.250 (23 Oct 2002 16:59:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:59:33 +0000 (UTC) Cc: NTG-ConTeXt Original-To: Hans Hagen Xref: main.gmane.org gmane.comp.tex.context:1552 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1552 Hi, > I think you can best use \starttabulate ... for several reasons: I now use: \starttabulate[|l|p|r|] \NC 1. \NC This is a question \NC \useMPgraphic{foo} \NR \stoptabulate This results in: +----------------------+ | | | MP GRAPHIC | | | | | | | 1. This is a ques- +----------------------+ tion. Which runs over several lines. That is the MP is too high! Tobias