GeneralUrgent -- Insert an image

LaTeX specific issues not fitting into one of the other forums of this category.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Urgent -- Insert an image

Post by Stefan Kottwitz »

pflatex is used correctly.
The line 14 of chap5.tex should remain

Code: Select all

\includegraphics{Algoritme}
Why do you still use Algoritme.JPEG if the filename is Algoritme.jpg? I've noted that several times.

Stefan
LaTeX.org admin

Recommended reading 2024:

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

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

Annieken
Posts: 17
Joined: Tue Aug 19, 2008 3:41 pm

Re: Urgent -- Insert an image

Post by Annieken »

Because I get always a JPEG
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Urgent -- Insert an image

Post by Stefan Kottwitz »

Annieken wrote:Because I get always a JPEG
I don't understand what you mean by that. You've included Algoritme.jpg in the rar file attached above, so it should be incuded by that name.
Just rename your JPEG files to get the extension jpg. What's the problem with it?

Stefan
LaTeX.org admin
Annieken
Posts: 17
Joined: Tue Aug 19, 2008 3:41 pm

Re: Urgent -- Insert an image

Post by Annieken »

Here is what I mean
Attachments
Algoritme.jpg
Algoritme.jpg (8.3 KiB) Viewed 3717 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Urgent -- Insert an image

Post by Stefan Kottwitz »

JPEG-afbeelding seems to be the description, but the real name is Algoritme.jpg.
You can see it with the command dir at the command line. But put a copy of Algoritme.jpg directly to the Eindwerk folder, because I think TeX is looking there for this picture, not in the chap3 subfolder.
To resume, Algoritme.jpg must be in the the Eindwerk folder, in chap5.tex should be written

Code: Select all

\includegraphics{Algoritme}
Stefan
LaTeX.org admin
Annieken
Posts: 17
Joined: Tue Aug 19, 2008 3:41 pm

Re: Urgent -- Insert an image

Post by Annieken »

It was like you said something about my editor. I've asked a friend who has a different editor to edit my files.
Thank you for your help!
Post Reply