When a pdf is generated through LaTeX, the pages will be displayed one on
top of the other. These pages may be normally oriented or rotated (through e.g.
pdfpageattr).
What I want to know is how we could compile the pdf such that pages 1 and
2 are side by side; then underneath these two pages we have pages 3 and 4
side by size. So instead of the progression down the document being 1 -> 2 -> 3
-> 4, we have 1 , 2 next to each other followed by 3, 4 next to each other
and so on.
\usepackage[a3paper, landscape]{geometry}and a two column layout with sufficient margins. – masu Oct 17 '13 at 06:31