I am trying to compile my latex code for my thesis. It so far worked OK for my first 3 chapters. I have included more than 40 figures (.eps). Suddenly I returned following error for my new figures.
! LaTeX Error: File `NormalFit1' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.78 ...cludegraphics[centre, scale=1]{NormalFit1}
I could not locate the file with any of these extensions:
.eps,.ps
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package keyval Error: centre undefined.
See the keyval package documentation for explanation.
Type H <return> for immediate help.
...
Do anybody know why it happens like this?
centredefined but you have...cs[centrethe first one tells you thatNormalFit1is not found. Without evidence to the contrary the most common reason for files not being found is that they are not there:-) – David Carlisle Jul 13 '12 at 16:24latex, notpdflatex? – Martin Scharrer♦ Jul 13 '12 at 17:50