I am writing a LaTeX document using the IEEEtran document class. But the problem is the text is going beyond the page bottom. That is, the text in the column 1 is getting truncated by the lower bottom of the page. Is there some way that this problem can be handled?
This is how my document structure goes:
\newcommand{\CLASSINPUTbaselinestretch}{1}
\newcommand{\CLASSINPUTinnersidemargin}{1in}
\newcommand{\CLASSINPUTtoptextmargin}{1in}
\documentclass{IEEEtran}
\title{MyTitle}
\maketitle
\begin{document}
\begin{abstract}
\end{abstract}
\bibliographystyle{IEEEtran}
\bibliography{myBib}
\end{document}