However, I keep getting the error message, "Package pdftex.def Error: File 'vfield1.pdf' not found." Here's the code that I have:
Code: Select all
\documentclass[addpoints, 12pt]{exam}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\pagestyle{headandfoot}
\firstpageheader{Name:}{Quiz 8}{Tues 7-Mar-2017}
\extrafootheight{-3in}
\begin{document}
\begin{center}
\vspace{0.2in}
\fbox{
\parbox{6in}
{\centering
To receive full and partial credit, ALL work must be shown. }}
\end{center}
\begin{questions}
\question
Determine and justify which differential equation matches the following direction field:
\includegraphics{vfield1.pdf}
\end{questions}
\end{document}
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\usepackage{graphicx}
\begin{document}
\includegraphics{vfield1.pdf}
\end{document}
Thank you for your help