ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: MP figures in the background
Date: Mon, 15 Dec 2003 10:47:37 +0100	[thread overview]
Message-ID: <6.0.1.1.2.20031215104348.02c8b278@server-1> (raw)
In-Reply-To: <Pine.OSF.4.44.0312150902060.31717-100000@lcdx00.wm.lc.ehu. es>

At 09:24 15/12/2003, you wrote:

>Hi,
>
>I'm doing a christmars card in ConTeXt!. I've the following setup
>
>\setuppapersize[CD][A4]
>\setuplayout[marking=on,location=middle]
>
>\starttext
>\startuseMPgraphic{dummy}
>...
>...
>\stopuseMPgraphic
>
>\defineoverlay[backfigure][\useMPgraphic{dummy}]
>\setupbackground[paper][background=backfigure]
>\hbox{}
>\stoptext

>\starttext
>\startuseMPgraphic{dummy}
>...
>...
>\stopuseMPgraphic
>
>\defineoverlay[backfigure][\useMPgraphic{dummy}]
>\setupbackground[paper][background=backfigure]
>\hbox{}
>\stoptext

   \defineoverlay[page][\useMPgraphic{dummy}]

   \setupbackground[page][background=page]

   \startstandardmakeup
   some text
   \stopstandardmakeup

   \setupbackground[page][background=]

   rest of text on next page

or:

   \definelayer[page] \setlayer[page]{\useMPgraphic{dummy}]

   \startstandardmakeup
   some text
   \stopstandardmakeup

   rest of text on next page

Hans (who right now is going to print this years christmas card -) 

  parent reply	other threads:[~2003-12-15  9:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-15  8:24 Zunbeltz Izaola
     [not found] ` <Pine.OSF.4.44.0312150902060.31717-100000@lcdx00.wm.lc.ehu. es>
2003-12-15  9:47   ` Hans Hagen [this message]
2003-12-15 10:02     ` Zunbeltz Izaola
2003-12-17 21:56     ` Zunbeltz Izaola
     [not found]       ` <Pine.OSF.4.44.0312172247310.18202-100000@lcdx00.wm.lc.ehu. es>
2003-12-18  7:54         ` Hans Hagen
2003-12-18  8:42           ` Zunbeltz Izaola

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=6.0.1.1.2.20031215104348.02c8b278@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).