Curricula Vitae / RésumésPicture not found error

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Picture not found error

Post by templateuser »

Thanks Vel.

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Picture not found error

Post by Vel »

Hi,

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Picture not found error

Post by templateuser »

Thanks, it now finds the picture but the picture is out of the box.

! LaTex Error: Cannot determine size of graphic in pictures/picture.jpg (no BoundingBox) .

Oracle
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Picture not found error

Post by Vel »

Are you using pdflatex to compile the document? See here: http://tex.stackexchange.com/questions/ ... of-graphic for more information.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Picture not found error

Post by templateuser »

Thank you very much Vel,
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.
Post Reply