I am trying to compile image which I created by Inkscape but I am getting the following error
! Package pdftex.def Error: File `first_sketch.pdf' not found.
the PDF file first_sketch is in the image folder with the first_sketch.pdf_tex and it is in PDF format. What does this error mean?
\documentclass[paper=a4, fontsize=11pt]{scrartcl} % Article class
\usepackage[T1]{fontenc}
\usepackage{fourier}
\usepackage[ngerman, english]{babel}
%%%%%%%%%%%%%%%%%%%%Vektor graphic packages%%%%%%%%%%%%%%
\usepackage{color}
\usepackage{transparent}
\graphicspath{{image/}}
%%% Begin document
\begin{document}
\begin{figure}[H]
\centering
\def\svgwidth{175pt}
\input{image/first_sketch.pdf_tex}
\caption{Test}
\label{fig2}
\end{figure}
\end{document}
{}to format the code. – Sigur Feb 06 '15 at 00:08\graphicspath{{image/}}. – Werner Feb 06 '15 at 00:55