From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2696 Path: main.gmane.org!not-for-mail From: Berend de Boer Newsgroups: gmane.comp.tex.context Subject: Metaerror? Date: Thu, 14 Sep 2000 08:45:25 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <39C07405.AEE9BBAA@pobox.com> 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 1035393467 10993 80.91.224.250 (23 Oct 2002 17:17:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:17:47 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:2696 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2696 Hello All, Running this file produces (on my system) a page with the same fore and background graphic, i.e. the overlay graphic disappears and is replaced by the other mpgraphic. I run the latest stuff, with all the options in cont-sys.tex I tried to remove the recycle slots option, but that didn't work either. % interface=en \setupcolors [state=start] \startuniqueMPgraphic{concept} draw btex \bf CONCEPT etex rotated 60 withcolor .8white ; currentpicture := currentpicture ysized (\overlayheight-.5cm) ; \stopuniqueMPgraphic \defineoverlay [concept] [\uniqueMPgraphic{concept}] \setupbackgrounds [page] [background=concept] \starttext Test. \startuseMPgraphic{test} def class ( expr name, x, y ) = path p, q ; %pickup pensquare scaled 1pt ; p := fullcircle xscaled 3cm yscaled 2cm ; q := p shifted (x, y) ; draw q ; %draw btex name etex withcolor blue ; label(name, center q) withcolor blue ; enddef ; class ("TEST", 2cm, 2cm) ; class ("POSIX", 4cm, 5cm) ; \stopuseMPgraphic \useMPgraphic{test} \stoptext Groetjes, Berend. (-: