ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* recalculate background on every page with \uniqueMPgraphic?
@ 2013-02-15 13:59 Mikael P. Sundqvist
  2013-02-15 15:02 ` Marco Patzer
  0 siblings, 1 reply; 9+ messages in thread
From: Mikael P. Sundqvist @ 2013-02-15 13:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

with the (almost minimal) example below, I hoped that the frame would
be recalculated at every page. But it is not (they all look the same
in my output pdf). How can I force the frame to be redrawn at every
page?

Btw, If I change the uniqueMPgraphic to useMPgraphic (everywhere) my
file does not compile anymore. I get some lua error.

/Mikael

\setuppapersize[S6][S6]

\setuplayout[
width=fit,
height=fit,
margin=1pt,
topspace=0.5cm,
headerdistance=0.3cm,
footerdistance=0.5cm,
footer=14pt,
backspace=1.5cm,
location=middle,
]

\startuniqueMPgraphic{figram}
path q;
rr:=7mm;
StartPage;
q := lrcorner Field[RightMargin][Header] --
     llcorner Field[LeftMargin][Header] --
     ulcorner Field[LeftMargin][Footer] --
     urcorner Field[RightMargin][Footer] -- cycle;

draw q withcolor 0.7white;
draw (urcorner q)--((urcorner q) xshifted 1bp+(uniformdeviate rr))
withcolor .7white;
draw (urcorner q)--((urcorner q) yshifted 1bp+(uniformdeviate rr))
withcolor .7white;
draw (ulcorner q)--((ulcorner q) xshifted -1bp-(uniformdeviate rr))
withcolor .7white;
draw (ulcorner q)--((ulcorner q) yshifted 1bp+(uniformdeviate rr))
withcolor .7white;
draw (llcorner q)--((llcorner q) xshifted -1bp-(uniformdeviate rr))
withcolor .7white;
draw (llcorner q)--((llcorner q) yshifted -1bp-(uniformdeviate rr))
withcolor .7white;
draw (lrcorner q)--((lrcorner q) xshifted 1bp+(uniformdeviate rr))
withcolor .7white;
draw (lrcorner q)--((lrcorner q) yshifted -1bp-(uniformdeviate rr))
withcolor .7white;
StopPage;
\stopuniqueMPgraphic

\defineoverlay[figram][\uniqueMPgraphic{figram}]
\setupbackgrounds[page][background=figram]

\starttext
\dorecurse{10}{\input knuth}
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-04 12:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-15 13:59 recalculate background on every page with \uniqueMPgraphic? Mikael P. Sundqvist
2013-02-15 15:02 ` Marco Patzer
2013-02-18  9:25   ` Mikael P. Sundqvist
2013-02-18  9:53     ` Marco Patzer
2013-02-26 15:46       ` Mikael P. Sundqvist
2013-02-26 20:39         ` Hans Hagen
2013-02-26 20:59           ` Marco Patzer
2013-02-26 21:01         ` Marco Patzer
2013-03-04 12:14           ` Mikael P. Sundqvist

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).