jeudi 4 décembre 2014

Latex Image not showing up and rest of document doesnt either


The image is called corrected and it is in the image folder which is in the same directory as the tex file...what am I doing wrong? Here is the code:



\documentclass[11pt]{article}

\usepackage{exscale}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{latexsym}
\usepackage{times}
\usepackage{epsfig}

\textwidth 6.5truein
\textheight 9.0truein
\oddsidemargin 0.0in
\topmargin -0.6in

\parindent 0pt
\parskip 5pt
\def\baselinestretch{1.1}

\begin{document}

\begin{LARGE}
\centerline {\bf CSci 423 Corrections}
\end{LARGE}
\vskip 0.25cm
\graphicspath{ {images/} }

\begin{enumerate}
\item Homework 1: (9 points) Give the state diagram of a DFA (with 15 states) that recognizes the set of strings such that in each string the number of 0s is divisible by 5 and the number of 1s is divisible by 3.
\newline

\includegraphics{corrected}
\item Homework 1: (10 points) Prove by induction that $\sum_{i=1}^n i^3 = (\sum_{i=1}^n i)^2$.
\newline

\newline
\end{enumerate}
\end{document}




Aucun commentaire:

Enregistrer un commentaire