ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Berend de Boer <berend@pobox.com>
Subject: Metaerror?
Date: Thu, 14 Sep 2000 08:45:25 +0200	[thread overview]
Message-ID: <39C07405.AEE9BBAA@pobox.com> (raw)

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. (-:


             reply	other threads:[~2000-09-14  6:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-14  6:45 Berend de Boer [this message]
2000-09-14  8:48 ` Metaerror? Hans Hagen
2000-09-14 11:34   ` Metaerror? Berend de Boer
2000-09-14 11:37     ` Metaerror? Hans Hagen
2000-09-14 12:05       ` Metaerror? Berend de Boer
2000-09-14 12:15         ` Metaerror? Hans Hagen
2000-09-14 12:48           ` Metaerror? Berend de Boer
2000-09-14 12:40         ` Metaerror? Marc van Dongen
2000-09-14 13:20           ` Metaerror? Hans Hagen
     [not found]         ` <m33dj3jffv.fsf@coe.uga.edu>
2000-09-14 13:05           ` Metaerror? Berend de Boer
2000-09-14 13:23             ` Metaerror? Marc van Dongen
2000-09-14 15:28             ` Metaerror? Hans Hagen
2000-09-14 17:53               ` Metaerror? Berend de Boer
2000-09-14 18:18                 ` Metaerror? Berend de Boer
2000-09-15  7:36                   ` Metaerror? Hans Hagen
2000-09-14 10:49 Metaerror? Haseloff, Lutz
2000-09-14 12:23 ` Metaerror? Berend de Boer
2000-09-14 13:39   ` Metaerror? Tobias Burnus
2000-09-15  9:35 Metaerror? Haseloff, Lutz
     [not found] <0F3313EC125AD311981100105AB3A75D4DBD41@N0795.mdf.fvbb.de>
2000-09-15 10:29 ` Metaerror? Hans Hagen
2000-09-18 10:15 Metaerror? Haseloff, Lutz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39C07405.AEE9BBAA@pobox.com \
    --to=berend@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).