[Tex/LaTex] Two pages per sheet brochure

printing

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}

Best Answer

Whenever I need to do this, I always separate the ideas of sheet and page, and concentrate on the typographical unit, the page.

As I don't know what half-letter-paper is, I'll deal with A4 sheets, and A5 pages (which fit two to an A4 sheet). In this case, I'd specify the document entirely as A5 pages (or half-letter-paper), using geometry or memoir's built-in page geometry features, and then, at printing time, print them two up or in a booklet arrangement using my PDF viewer and printer driver in the way that does that best.