I have searched for the answer but did not find it anywhere and I don't know that much about Latex (besides liking it and using it without mastering it).
I hope this is the right place and format.
I have some lecture notes that I could generate PDF from successfully before, but they started to not work after software updates related to MiKTeX and TeXnicCenter. Now I get figure inclusion problems. For instance when I use PDFLaTeX to build the PDF file, for the below latex code, I get the attached log.
Thanks very much in advance.
Code: Select all
\documentclass[landscape]{article}
\usepackage{epsf}
\usepackage{graphicx}
\usepackage[dvips]{color}
\usepackage{./aima2e-slides}
\begin{document}
\begin{huge}
\titleslide{Beyond Classical Search}{AIMA V3 Chapter 4}
%%%%%%%%%%%% Slide %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Problem types}
Deterministic, accessible/fully observable
%%%%%%%%%%%% PROBLEM HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Example: vacuum world}
\epsfxsize=0.4\textwidth
\epsffile{\file{figures}{vacuum2-space.ps}}
\end{huge}
\end{document}