If it helps, my document reads:
Code: Select all
\documentclass[11pt]{amsart}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\title{SATMathII}
\author{Cathy}
%\date{} % Activate to display a given date or no date
\begin{document}
\maketitle
\section{Conic Sections}
\subsection{Parabolas}
\begin{itemize}
\item equidistant from \textbf{point} and \textbf{directrix}
\item \begin{equation}(y-k)^2=4p(x-h) \end{equation}
\item focus: (h+p, k)
\item directrix x=h-p
\item distance from parabola to focus and directrix: |p|
\end{itemize}
\end{document}