I am trying to make an assignment sheet with 5cm of blank space after each question. When I compile the following document, however, the space is put elsewhere and not after the first question.
Code: Select all
Code, edit and compile here:
\documentclass{article}\title{Title}\author{Author}\date{7 February 2013}\usepackage{amsmath}\begin{document}\maketitle\setlength\parindent{0pt}\renewcommand{\labelenumi}{\alph{enumi}.}1) Integrate the following:$$\int_{0}^{3\pi}x\frac{1}{x}dx$$\vspace{5cm}%Where I want the space.2) Differentiate the following:$$sin(3x)$$