From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1558 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Boxes which commands to use Date: Tue, 18 Jan 2000 14:29:38 +0100 (CET) Sender: owner-ntg-context@let.uu.nl Message-ID: 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 1035392378 1356 80.91.224.250 (23 Oct 2002 16:59:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:59:38 +0000 (UTC) Cc: Tobias Burnus , NTG-ConTeXt Original-To: Hans Hagen In-Reply-To: <3.0.6.32.20000118110806.01477860@pop.wxs.nl> Xref: main.gmane.org gmane.comp.tex.context:1558 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1558 Hi all, hi Hans, > Ah, you must be very unhappy now, struggling with those funy boxes, compare: > \starttabulatie[|l|l|] > \NC some text \NC \bbox{\externfiguur[koe]} \NC \NR > \NC some text \NC \bbox{\externfiguur[koe]} \NC \NR > \stoptabulatie 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. Using \NC #1. \NC \bbox{#2} \NC \bbox{#3} \NC\NR doesn't help either. \vtop{#2} has the same problem. The problem is: I've a lot to do and this should be working today. (I just reallized I can use `setenv shell_escape t` w/o needing access to the texmf.cnf file. (w/o I couldn't create a MP file, If I run mpost mpgraph afterwards I only optained one single MP (mpgraph.51).) Tobias