General ⇒ Image not clear
Re: Image not clear
It is probably a configuration problem : (pdf) latex needs to know the path to your graphic files. Are they in the same directory as your main file ? If so, everything should work fine.
B.A.
B.A.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10342
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
Try Of course the jpg file had to be uploaded to that server before.
Stefan
Code: Select all
\includegraphics[scale=0.5]{milestone.jpg}
Stefan
Image not clear
i have tried that method, it came back saying :Stefan_K wrote:TryOf course the jpg file had to be uploaded to that server before.Code: Select all
\includegraphics[scale=0.5]{milestone.jpg}
Stefan
Cannot determine size of graphic in milestone.jpg (no BoundingBo
x).
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.247 \includegraphics[scale=0.5]{milestone.jpg}
and then file does not output.
All the files for the pdf is all in one directory by the way
- Stefan Kottwitz
- Site Admin
- Posts: 10342
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
Did you call pdflatex user.tex ?
Stefan
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10342
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
Please show us the produced logfile, that means user.log. You can attach it to your posting, the button for that is below the edit field.
Stefan
Stefan
Re: Image not clear
here you go. thank you for help me.
by the way the file is called pd
by the way the file is called pd
- Attachments
-
- pd.log
- (15.63 KiB) Downloaded 328 times
- Stefan Kottwitz
- Site Admin
- Posts: 10342
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
This logfile is not produced by pdflatex. It looks like latex was called instead of pdflatex. Strange, if you called pdflatex pd.tex
Stefan

Stefan
Re: Image not clear
when i complie each time i type:
latex pd.tex
latex pd.tex
- Stefan Kottwitz
- Site Admin
- Posts: 10342
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
That cannot work with jpg files. Just try and look what happen if you type instead:
pdflatex pd.tex
pdflatex pd.tex