Re: [NTG-context] everybeforeoutput vs everyafteroutput

2017-03-11 Thread Michael Eidenbenz
what i'm looking for is a way to 1. postpone a page, just before it is shipped out 2. instead ship out a page with saved tokens (images) 3. and then ship out the postponed page. it tried to hook into the output routine without success because the \everybeforeoutput is typeset after the page is

Re: [NTG-context] everybeforeoutput vs everyafteroutput

2017-03-10 Thread Hans Hagen
On 3/10/2017 10:07 AM, Michael Eidenbenz wrote: hello, i try to understand the difference of everybeforeoutput and everafteroutput to inject some pages. it seems as there is no difference. \the\everybeforeoutput is placed after the output of the page: \newtoks\Before \appendtoks \the\Before

[NTG-context] everybeforeoutput vs everyafteroutput

2017-03-10 Thread Michael Eidenbenz
hello, i try to understand the difference of everybeforeoutput and everafteroutput to inject some pages. it seems as there is no difference. \the\everybeforeoutput is placed after the output of the page: \newtoks\Before \appendtoks \the\Before \global\Before\emptytoks \to\everybeforeoutput