GeneralImage not clear

LaTeX specific issues not fitting into one of the other forums of this category.
balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Re: Image not clear

Post by balf »

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.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Image not clear

Post by Stefan Kottwitz »

Try

Code: Select all

\includegraphics[scale=0.5]{milestone.jpg}
Of course the jpg file had to be uploaded to that server before.

Stefan
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Image not clear

Post by ma501th »

Stefan_K wrote:Try

Code: Select all

\includegraphics[scale=0.5]{milestone.jpg}
Of course the jpg file had to be uploaded to that server before.

Stefan
i have tried that method, it came back saying :
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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Image not clear

Post by Stefan Kottwitz »

Did you call pdflatex user.tex ?

Stefan
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Re: Image not clear

Post by ma501th »

yes
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Re: Image not clear

Post by Stefan Kottwitz »

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
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Re: Image not clear

Post by ma501th »

here you go. thank you for help me.

by the way the file is called pd
Attachments
pd.log
(15.63 KiB) Downloaded 328 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Image not clear

Post by Stefan Kottwitz »

This logfile is not produced by pdflatex. It looks like latex was called instead of pdflatex. Strange, if you called pdflatex pd.tex :shock:

Stefan
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Re: Image not clear

Post by ma501th »

when i complie each time i type:

latex pd.tex
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Re: Image not clear

Post by Stefan Kottwitz »

That cannot work with jpg files. Just try and look what happen if you type instead:

pdflatex pd.tex
Post Reply