Forum How do I...?

Enforce even page count

leovalen
What's the most reasonable way to enforce an even number of pages? I.e. always adding a blank page if the page count is odd.
mikeday
body { page-break-after: right }
leovalen
That easy? Nice, thanks!