Search found 3 matches

by vasco
Thu Mar 12, 2009 10:52 am
Forum: Graphics, Figures & Tables
Topic: getting a graphic to appear in pdf document
Replies: 4
Views: 3024

Re: getting a graphic to appear in pdf document

Apologies for the mix up. Thanks very much for the information.
by vasco
Thu Mar 12, 2009 9:50 am
Forum: Graphics, Figures & Tables
Topic: getting a graphic to appear in pdf document
Replies: 4
Views: 3024

Re: getting a graphic to appear in pdf document

I put the following lines into my Latex file:

\begin{figure}[htbp]
\includegraphics{RTR8.03-75dpi.eps}
\end{figure}

Then I chose the option to generate a PDF file - result: all text is there but no graphic.
Choosing the option to generate a DVI file - result: text and graphic.
by vasco
Wed Mar 11, 2009 1:13 pm
Forum: Graphics, Figures & Tables
Topic: getting a graphic to appear in pdf document
Replies: 4
Views: 3024

getting a graphic to appear in pdf document

I have been using Latex for a while now for mathematical stuff. I would like to include a graphic file (.jpg etc) into my document. I have managed to do this and then got it to appear in my file if I use latex--> dvi, but not for latex--> pdf.
Is there any way this can be done?