Curricula Vitae / Résumés ⇒ Picture not found error
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Picture not found error
I have a problem. When I run the template there is this error:
“! LaTex Error: File `pictures/picture’ not found.”
But the folder “pictures” containing a file named “picture” is at the same directory as the Tex file.
What can I do?
It seems that I am making a silly mistake! but I cannot solve the problem.
Any help would be appreciated.
Oracle
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Picture not found error
It seems to me that your LaTeX distribution isn’t looking for any image file called “picture” but expects you to specify an extension. Try specifying this with: \photo[70pt][0.4pt]{pictures/picture.jpg}.
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Picture not found error
! LaTex Error: Cannot determine size of graphic in pictures/picture.jpg (no BoundingBox) .
Oracle
Re: Picture not found error
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Picture not found error
pdflatex worked (no need for adding extension .jpg)
I always used Latex to compile the document and then dvi2pdf for producing PDF file. And I always had problem with adding photos.