I have a picture of a chart I want to include in my beamer presentation
I have included the following in my preamble
\usepackage{graphicx}
\graphicspath{C:/Latexpics/}
I am using MikTeX, when I use the command
\includegraphics{Chart}
I get an error saying file chart not found
Obviously i have something set up wrong, in the file path i have tried .jpeg, .png, and .pdf
I am using pdflatex
any help on where my mistake is would be immensely apprec
\graphicspath{{C:/Latexpics/}}with an additional set of braces – egreg Apr 22 '12 at 15:25Imagessub folder, then you set\graphicspath{{Images/}}. – Click Me Apr 22 '12 at 15:25