From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14332 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: MP figures in the background Date: Thu, 18 Dec 2003 08:54:56 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20031218085228.02f97890@server-1> References: <6.0.1.1.2.20031215104348.02c8b278@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1071736495 9320 80.91.224.253 (18 Dec 2003 08:34:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2003 08:34:55 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Dec 18 09:34:49 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWtcP-00077d-00 for ; Thu, 18 Dec 2003 09:34:49 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id ED1A610B26; Thu, 18 Dec 2003 09:34:38 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 774FD10B26 for ; Thu, 18 Dec 2003 08:55:05 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hBI7t2Q08822 for ; Thu, 18 Dec 2003 08:55:02 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 326BF17BE7; Thu, 18 Dec 2003 08:55:03 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 92D1917BE4 for ; Thu, 18 Dec 2003 07:55:01 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: <6.0.1.1.2.20031215104348.02c8b278@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14332 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14332 >Hi Hans! >I'm in trouble with this method. (I supose the error is mine). >I can draw the MP graphic using \useMPgraphic, but when i use > >\defineoverlay[bihotzak][\useMPgraphic{bihotz}] >\setupbackgrounds[paper][background=bihotzak] > >I get the following error >systems : randomizer starts with 150693575 >[MP to PDF] (./mpgraph.1) >layout : calculating backgrounds >[MP to PDF] (./mpgraph.4000 >! Dimension too large. >\handleMPboundingbox ... 2 \advance \dimen 0 #4bp > \dimen 0=\MPxscale >\dimen ... >l.2 %%BoundingBox: -6 -141 --32768 --32768 strange, it works here; anyhow, you use very smalls numbers and (0.017mm) on the one end and big ones later on, and somehow you end up with a boundingbox of 32K bp which is pretty large, The solution is in changing some dimensions: roughly design at the size you want and use xysized(..,..) to scale thing sto proportions Hans