Search found 2 matches

by t_elsal
Wed May 16, 2007 7:36 pm
Forum: General
Topic: Include eps files
Replies: 6
Views: 37989

Re: eps files

Thank you for your valuable information.
About the tool epstopdf,I tried to check it out
I have extracted the folder that has the package into the same directory that contains the eps files
I have added the path of gswin32c in my environment variables in windows and then I went to the DOS ...
by t_elsal
Wed May 16, 2007 3:46 pm
Forum: General
Topic: Include eps files
Replies: 6
Views: 37989

Include eps files

Hi all;
I want to add a figure in eps file extension.I usually use this command to open jpg files
\begin{figure}[h]
\centering
\includegraphics{1_a}
\label{fig:1_a}
\end{figure}

where 1_a is a jpg file.When I tried it to open 1_b.eps file ,the environment gave me an error
\begin{figure}[h ...