project/static/proceedings/sources/mk_booklet.tex
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 13 Jul 2010 16:32:29 +0530
changeset 104 06b7e950a798
parent 99 30b754364bbb
permissions -rw-r--r--
Changed the URLs to work for 2009 site.

% File to make the booklet with the right margins

\documentclass[letter]{article}
\usepackage{pdfpages}
\usepackage[letterpaper, top=.4in, bottom=.4in]{geometry}

\begin{document}
\pagestyle{empty}
\includepdf[pages=-, noautoscale, scale=.9]{booklet_0.pdf}

\end{document}