Search found 4 matches

by Higgs
Tue Apr 07, 2009 9:29 pm
Forum: Graphics, Figures & Tables
Topic: EPS figure not shown and how to include GIF image
Replies: 7
Views: 5546

Re: LaTeX noob help

Cheers Stefan, that was the problem. There was a space in one of the folder names. I moved the image file and now its working great.
Still not a clue about the extra blank lines though. when i cut that whole section out and build, the next section aligns as it should...
by Higgs
Tue Apr 07, 2009 6:06 pm
Forum: Graphics, Figures & Tables
Topic: EPS figure not shown and how to include GIF image
Replies: 7
Views: 5546

Re: LaTeX noob help

It is moments like this I realise how much I hate computers.
I tried outputting a jpeg version of the graph from gnuplot and loading that in, and it instead put a box on the page with some really large text over it (not the graph I was expecting). I decided to call it a day and go to bed. After a ...
by Higgs
Mon Apr 06, 2009 11:07 pm
Forum: Graphics, Figures & Tables
Topic: EPS figure not shown and how to include GIF image
Replies: 7
Views: 5546

Re: LaTeX noob help

Ok, i tried using graphicx and still no luck, it just posts the caption and nothing else because it cant do the EPS file, throwing this error message at me
! LaTeX Error: Unknown graphics extension: .eps.
by Higgs
Mon Apr 06, 2009 9:20 pm
Forum: Graphics, Figures & Tables
Topic: EPS figure not shown and how to include GIF image
Replies: 7
Views: 5546

EPS figure not shown and how to include GIF image

Hi
I recently started using LaTeX (MikTeX with the RevTeX 4 style package edited in TeXnic centre) to write a lab report, and whilst I like it so far, I have come across a couple of issues.
Firstly, i have put

\usepackage{graphics}

at the top and then my code for a figure is

\begin{figure}[h ...