Am 18.12.2011 um 11:34 schrieb Andreas Harder:

> By the way … Sorry to bother you, but I’m still run into problems according 
> \definelayout.

Change in page-imp.mkiv the order of the last to lines (increment realpage 
before flushing \everyaftershipout):

\def\page_boxes_shipout#1% or: \page_shipouts_apply
 {\dontshowcomposition % redundant
  \dontcomplain        % redundant
  \the\everybeforeshipout
  \ifcase\shipoutfinalizemethod
    \page_shipouts_handle{#1}%
  \else
    \setbox\shipoutscratchbox\hbox{#1}% just in case there are objects there, 
hook for testing (will go away)
    \finalizeshipoutbox\shipoutscratchbox
    \page_shipouts_handle{\box\shipoutscratchbox}%
  \fi
  \the\everyaftershipout
  \setnextrealpageno}

Wolfgang
___________________________________________________________________________________
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