I am looking for a package that helps to print two pages per sheet for a brochure. I have used leaflet class for printing three pages per sheet.
Booklet package looks promising. But it doesnt work well. The first page when centralized goes out of page. The code is given below
\documentclass[letterpaper,12pt]{article}
\usepackage[print,twouparticle]{booklet}
\begin{document}
hello World
\newpage
From me
\newpage
Hi again
\newpage
\section*{{\small TECHNICAL SESSIONS}}
\subsection*{{\footnotesize DAY 1}}
\end{document}