I want to insert images into my LaTeX document. I used \includegraphics{} and also kept the image in the working directory of the tex file. But still I am unable to do so.
My image is in GIF format; is that a problem?
\documentclass{article}
\usepackage{mathtools}
\usepackage{attrib}
\usepackage[normalem]{ulem}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\geometry{a4paper}
\title{ An Introduction to Multivariable Calculus}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\begin{document}
\maketitle
\includegraphics{fig5-24.jpg}
\end{document}
images/. Please have a look, if you are referencing to the right path. – LaRiFaRi Jun 25 '14 at 10:40\newcommand{\lt}{<}? that just means that you can type the three characters\ltinstead of the one character<which doesn't seem very useful? – David Carlisle Jun 25 '14 at 10:42