Code: Select all
Undefined control sequence.
\includegraphics
{OriginalFoldsDiagramStepOne}
Code: Select all
\documentclass{article}
\usepackage[pdftex]{graphicx}
\begin{document}
\begin{center}
\large\mdseries{The finding of the excess}
\end{center}
Beginning with a square of length $a$ x $a$, the square is folded in half to create $\frac{a}{2}$. Then, the left hand corner is folded so a crease runs from the right hand corner to the left corner of $\frac{a}{2}$.
\begin{figure}[h]
\centering
\includegraphics{OriginalFoldsDiagramStepOne}
\caption{Preliminary Folds}
\label{ProofStepOne}
\end{figure}
\end{document}