22 May
2016
22 May
'16
12:32 p.m.
According to the description of \page in the contextgarden: "header - set header off temporarily" But although this gives two pages numbered 1 and 2: \starttext \input knuth \page \input knuth \stoptext This one does not honour the new page but typesets everything on page 1: \starttext \input knuth \page[header] \input knuth \stoptext As that as intended? Hans van der Meer