Changes

Jump to navigation Jump to search
8 bytes added ,  18:14, 6 February 2020
m
just proper code coloring
With `\setuppagenumbering[alternative=doublesided`, there will always be an even number of pages. If you need to always have a multiple of four pages, use `\page[quadruple]` at the end of the document:
<pretexcode>
% Enable doublesided; there will always be an even number of pages
\setuppagenumbering[alternative=doublesided,location=right]
\page[quadruple]
\stoptext
</pretexcode>
''Is there is a case where the complex solution in the next section would be necessary?''
139

edits

Navigation menu