From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1540 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: [ConTeXt] Boxes which commands to use Date: Sat, 15 Jan 2000 20:44:34 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3880CE22.B43F3CC5@gmx.de> 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 1035392362 1249 80.91.224.250 (23 Oct 2002 16:59:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:59:22 +0000 (UTC) Original-To: NTG-ConTeXt Xref: main.gmane.org gmane.comp.tex.context:1540 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1540 Hi, I'm presently trying to type something which consists of one short question and a (now metapost-drawn) result of this question. The old LaTeX output can be seen at http://uuhome.de/tobias.burnus/test.dvi) It looks like this 1. This is a rather small question 10 20 30 which spans four small lines at +---------------------------+-----| maximum. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +---------------------------+-----| I tried: a) define paragraph (with in a itemize), but the question is aligned on the bottom, which looks really odd. b) startfiguretext[right], this is almost ok, but I get a line break between \item and \startfiguretext (moreover the MP is aligned on the ,,10...20...30'' and not to the ___________ below them, but this was expected.) Tobias