LaTeX Fixing Latex Error: Inserting JPG File Not Found

  • Thread starter Thread starter WrenchKing
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
The user is experiencing an issue with including a JPEG image in their LaTeX document using MikTeX 2.9 and TeXnic Center on Windows. Despite saving the image in the same folder as the .tex file and using the correct package, they receive an error stating that the file cannot be found. A suggested solution is to remove the file extension from the \includegraphics command, which may resolve the issue. The user is relatively new to LaTeX and seeks further clarification and assistance.
WrenchKing
Messages
1
Reaction score
0
I've looked over the other threads, and I can't seem to find a fix for my problem. I've save my jpg into the same folder as the .tex file. I've been using \usepackage{graphicx}. I just can't seem to find a solution. I'm using MikTex 2.9 and TeXnic Center on Windows. My code for the picture is:

\includegraphics{BeggarDigraph.jpg} %file name = BeggarDigraph.jpg

The error/warning is "Package pdftex.def Error: File 'BeggarDigraph.jpg' not found."
I don't really know what this means. I'm relatively new to LateX.

I'll be glad to clarify anything, and if anyone can help me out here, I would greatly appreciate it.
 
Physics news on Phys.org
try removing the extension from the filename given as argument to the includegraphics command
 
try to see if you can find an answer to your problem here.
 

Similar threads

Replies
2
Views
3K
Replies
1
Views
1K
Replies
7
Views
12K
Replies
2
Views
2K
Replies
5
Views
3K
Replies
3
Views
2K
Back
Top