I'm wondering how to include graphics with special names, say, the file name includes a space? a dot? or underscore? For example,
test first.jpg
test.second.jpg
test_third.jpg
Code: Select all
\begin{figure}[h]
\centering
\includegraphics[width=0.8\textwidth]{./figures/filename}
\caption{Testing Figure}
\label{fig:test}
\end{figure}
Is it prohibited at all? Or, there is some way to deal with those special file names when drawing?
Best Regards
Pei