30 Mar
2020
30 Mar
'20
2:21 p.m.
On Mon, 30 Mar 2020 at 13:21, Hans Hagen wrote:
On 3/30/2020 1:03 PM, Mojca Miklavec wrote:
% I want an actual page break here \page
a rather stipid solution:
\dorecurse{15}{\page[empty]}
I did think of this one (and actually did it for the batch that I had to print today). But it involves manual counting and when data changes, the file needs to be adjusted every time. Anyway, this is relatively low priority. If there is no mechanism for this in place already, there's no need to add anything new. I can live with a few manual adjustments, and I guess I could do something based on current page number modulo total subpages as well. Thank you, Mojca