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 »

Annieken wrote: Do you want to have all the files?
That would allow easier help, because then I would have all information and don't need to ask for several details. You could remove attachments later, if there is sensible data, or don't post sensible parts in the attachments.

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 »

What can tell is that I had some problems with making more chap's. So all the files are in chap3. Don't ask me why, but if I separate them, it doesn't work.

I've deleted the log-file and the pdf because else it was too big to upload it
Attachments
LaTeX.rar
(227.7 KiB) Downloaded 165 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 »

  • move Algoritme.jpg into the folder chap3
  • edit chap5.tex, correct

    Code: Select all

    \includegraphics{Algoritme.JPEG}
    into

    Code: Select all

    \includegraphics{Algoritme}
  • edit style.tex and remove

    Code: Select all

    \usepackage{epsfig}
  • remove

    Code: Select all

    \usepackage{graphicx}
    from Eindwerk.tex, it's already loaded in style.tex.
The file should be compilable then, tell me if it works.

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

Re: Urgent -- Insert an image

Post by Annieken »

I still get "Algoritme" not found...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Urgent -- Insert an image

Post by Stefan Kottwitz »

Did you move Algoritme.jpg into the folder chap3? If yes, post the new logfile to examine, because it worked for me when I compiled your document.

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

Re: Urgent -- Insert an image

Post by Annieken »

Yes, I moved it
Attachments
Eindwerk.log
(20.61 KiB) Downloaded 278 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 »

The only remaining problem should be how to use the LEd with pdflatex, because still latex is used. I don't have this editor. You have to find the right button to compile with pdflatex.
Or go to the command line and type

Code: Select all

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

Re: Urgent -- Insert an image

Post by Annieken »

when I go to the comand line, I get that he couldn't find the Eindwerk.tex
I even typed the path in.

When I pressed to do DViPS and then DviPDF, then I got no errors. And then I pressed to have a PDF but when I open the PDF, I get text till the firgure should be shown, so there's missing text.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Urgent -- Insert an image

Post by Stefan Kottwitz »

At the command line type:

Code: Select all

cd c:\...yourpath... \Eindwerk
pdflatex Eindwerk
Stefan
LaTeX.org admin
Annieken
Posts: 17
Joined: Tue Aug 19, 2008 3:41 pm

Re: Urgent -- Insert an image

Post by Annieken »

it doesn't work.
I get following error

Is it possible that I entered the pictures and that you return me the pdf?
Or that I give you the pictures...

In the pdf I don't get the figure
Attachments
eindwerk.pdf
(200.85 KiB) Downloaded 231 times
error2.jpg
error2.jpg (85.65 KiB) Viewed 5381 times
Last edited by Annieken on Thu Aug 28, 2008 8:45 pm, edited 1 time in total.
Post Reply