I am typesetting a paper and keep getting a blank page in front of the title page. Can anyone tell me how to fix this. My setup is
Code: Select all
\documentclass{llncs}\usepackage{amsmath, amssymb}\setlength{\textwidth}{12.2cm}\setlength{\textheight}{19.3cm}\begin{document}\title{The }\author{author}\institute{institute, address, address, \email{name}}\\\maketitle\section{Introduction}\end{document}
Peaches