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
Curricula Vitae / Résumés ⇒ Picture not found error
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Picture not found error
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
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Picture not found error
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
! LaTex Error: Cannot determine size of graphic in pictures/picture.jpg (no BoundingBox) .
Oracle
Re: Picture not found error
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Picture not found error
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.
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.