Search found 3 matches

by warzywo
Mon Jun 09, 2008 5:42 pm
Forum: General
Topic: EPS files not visible in PDF
Replies: 8
Views: 12080

Re: EPS files not visible in PDF

cool it works :D !
And now if i have .eps file with some gradient color and in pdf there is normal color - it depends on the editor .eps file was created with ? Am i thinking right ?
by warzywo
Tue May 06, 2008 12:54 pm
Forum: General
Topic: EPS files not visible in PDF
Replies: 8
Views: 12080

EPS files not visible in PDF

Ok, here comes the config file ;)

% dvipdfm config for TeXLive 6. SPQR 2001/06/29
%
% Distiller template examples. Uncomment
% the appropriate one, or (preferably) create your own.
% Put %i in the command line where the input file name should go.
% Put %o in the command line where the output file ...
by warzywo
Mon Apr 28, 2008 9:15 pm
Forum: General
Topic: EPS files not visible in PDF
Replies: 8
Views: 12080

EPS files not visible in PDF

Hi there,
I'm using LEd and TexLive2007.
When i try to include some graphics (*.eps) into my document:


...
\usepackage{graphicx}
\usepackage{epsfig}
...
...
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.3]{alg1.eps}
\caption{\label{r1}drawing description.}
\end{center}
\end{figure ...