Search found 2 matches

by osamalatex
Thu Jun 12, 2008 6:35 pm
Forum: MiKTeX and proTeXt
Topic: including .eps figure
Replies: 6
Views: 14767

Re: including .eps figure

8-) Yes it works now, the dvi file shows my .eps figure. Now, what is the way to convert .dvi file to .pdf file such that all fonts are embedded?

Thanks stefan_k

Osama.
by osamalatex
Wed Jun 11, 2008 7:21 pm
Forum: MiKTeX and proTeXt
Topic: including .eps figure
Replies: 6
Views: 14767

including .eps figure

Hi every body,

I'm in the middle of writing a paper, I'm using latex through protext. I have the following problem:

I included a graphics (.eps file) in the following way:
\usepackage{graphicx}
\begin{figure}
\centering
\includegraphics{eijkel2}
\caption{whatever}
\label{fig:example}
\end{figure ...