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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.