From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3743 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: Re: metapost problem Date: Sun, 7 Jan 2001 18:33:17 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <200101071733.SAA21576@bar.loria.fr> References: <20010107144456.T6997@cs.ucc.ie> 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 1035394463 19724 80.91.224.250 (23 Oct 2002 17:34:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:34:23 +0000 (UTC) Cc: ntg-context@ntg.nl (Mailing List) Original-To: dongen@cs.ucc.ie (Marc van Dongen) In-Reply-To: <20010107144456.T6997@cs.ucc.ie> from "Marc van Dongen" at Jan 07, 2001 02:44:56 PM Xref: main.gmane.org gmane.comp.tex.context:3743 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3743 `Marc van Dongen' wrote > > I am having a problem I cannot understand. > Perhaps there's something wrong with my > installation. When I run mpost on attached > tmp.mp I get attached tmp.0. > > I would have expected the letter $x$ to be > positioned at (1cm,0) but instead it is > positioned at (0,0). I've use boxes many > times but thins I cannot understand. Am I > doing something terribly wrong? Am I > overlooking something? Any other suggestions? Yes, you made the mistake to write xl.s := (1cm,0); instead of xl.s = (1cm,0). By using :=, you are messing up internal equations in the boxes package and the result you get is normal. I've had this problem a few weeks ago, and it took me a while to find out! Never use := in these contexts! (Disclaimer: I haven't compiled your file, so this is a guess.) Denis