I have a page that has three big "sections," two items (in enumerate), and a note at the bottom of the page. Is there a way to get them to distribute evenly on the page without having to use all the newlines? I can't seem to find anything on the topic. \desymbol is a predefined macro. Source file is as follows:
\documentclass{article}
\usepackage{amsmath}
\newcommand\desymbol{? }
\begin{document}
\section*{Phase 3}
\begin{enumerate}
\item[1.]
Find the limit and prove using the \desymbol proof.
\begin{equation*}
\lim_{x\to a}(\text{sin}(x)) =
\end{equation*}
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\item[2.]
Find the limit and prove using the \desymbol proof.
\begin{equation*}
\lim_{x\to a}(\text{ln}(x)) =
\end{equation*}
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\\
\end{enumerate}
\hrule\hspace{1mm}\\
\small{This lesson was adapted from a handout by Irena Swanson's MATH111 class at Reed College. The problems are partly my own creation, from her handout, and from D. A. Kouba at University of California, Davis.}
\end{document}




\desymbolbe defined? – Mico Jan 12 '17 at 03:12\\in the body of a document outside special environments such astabularandarray. Don't you get lots of complaints about bad boxes with this code? Try\vfillinstead. – cfr Jan 12 '17 at 03:12