From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1541 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Boxes which commands to use Date: Sat, 15 Jan 2000 21:51:35 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3880DDD7.D1F200F0@gmx.de> References: <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 1035392363 1256 80.91.224.250 (23 Oct 2002 16:59:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:59:23 +0000 (UTC) Original-To: NTG-ConTeXt Xref: main.gmane.org gmane.comp.tex.context:1541 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1541 Hi again, > It looks like this > > 1. This is a rather small question 10 20 30 > which spans four small lines at +---------------------------+-----| > maximum. | | | | | | | | | | | > | | | | | | | | | | | > | | | | | | | | | | | > | | | | | | | | | | | > +---------------------------+-----| and some questions like this 2. Foo bar? yes (or no) 3. Which kinds of bars? -- barbar yes -- triple-bar no I presently work with such a hack: ---------------------------------------- \definiereabsaetze[FragB][n=2] \stelleabsaetzeein[FragB][1][breite=3mm] \def\FragA#1#2#3{% \startabbildungtext [rechts]{kein} {#3} \startFragB #1.\FragB #2\stopFragB \stopabbildungtext} ---------------------------------------- This will give me right flushed yes/no's (i.e. \hbox{yes}), but I don't care. but how can I best type something like 3 without too many potentially ugly hacks? Tobias