我正在Latex
使用开发一个文档TexStudio
,该文档安装在 中windows7
,现在我想继续在 中Ubuntu
。我在 Ubuntu 中安装了 Latex 并编译了我的同一个项目,但出现了错误
! LaTeX Error: File `./DFKI_logo' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.26 ...raphics[width=0.55\textwidth]{./DFKI_logo}
~\\[1cm]
I could not locate the file with any of these extensions:
.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2,.eps
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
答案1
如果它在 Windows 7 下可以正常工作,但在 Ubuntu 下却无法正常工作,则很可能是文件名的大小写不正确。例如,对于 WindowsDFKI_logo.pdf
和dfki_logo.pdf
是相同的(大多数情况下),但对于 Ubuntu 则不同。请检查文件名是否正确,包括字母的大小写。