I have really simple question. Can You advise me why I cannot type to this code (which insert picture) full name or any numbers in the file name and I can only insert the one letter to provide inserting picture? I mean when I name my picture for example "graphics" or "g1" it won't work, but when I insert "g" as a name it will ! Is there any solution or do i have to name each of my pictures as "a", "b", "c", "d".... etc ? Here is my code:
Code: Select all
\begin{figure}[ht]
\centering
\includegraphics[width=12cm, height=8cm]graphics
\caption{This is the picture description}
\label{fig:graphics}
\end{figure}