Am 03.06.2014 16:27, schrieb john Culleton:
> 
> I need a graphic (a thumbnail) on the right hand
> pages but not on the left hand pages. Following
> the instructions in the Metafun Manual page 168 I
> have assigned different pairs to the two
> overlays: 
> \startuseMPgraphic{right page}
> ...
> \stopuseMPgraphic
> 
> and 
> \startuseMPgraphic{left page}
> \stopuseMPgraphic
> 
> In the left hand area I want to just create a
> minimal structure that replaces the right hand
> graphic overlay.
> 
> What is the minimal code I can use between the
> start and stop statements?
> 

Not sure if I understand you right, but let's give it a try :-)

You can use 'Start|Stoppage' in combination with your icon, but you end
up with a graphic as big as the page (not visible and a small data
footprint, but still some kind of 'layer mess'). Probably not the best
way to do this in ConTeXt. Anyway...

StartPage;
draw <something> xyshifted(x,y); % shift to the desired position
StopPage;


Better alternative:

http://wiki.contextgarden.net/Layers

Example: placing a logo to the top right corner of the page

And for the different setup on left|right pages see

http://wiki.contextgarden.net/Alternating_backgrounds_and_repeating_layers

The latter link is also at the bottom of the layer related page.


HTH,  Peter
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to