I am trying to include an image by path into a lyx document. My latex code is the following:
\begin{figure}
\graphicspath{{C:\Paper\images\}}
\centering\includegraphics[scale=0.1]{imageName}\caption{This is an image}
\end{figure}
but I get the error:
Paragraph ended before \graphicspath was complete
How can I set the path? Is it possible to set it once in the preamble?