from Inkscape - Also using converted graphics (or files from other source - so it should be ok) doesn't work.
For (in Miktex):
Code: Select all
\usepackage{graphicx}
\usepackage{epsfig}
%and
\begin{figure}
\label{rys:1}
\centerline{\psfig{figure=rys1.eps,height=3.0cm}}
\caption{\rdm{txt}}
\end{figure}
%or
\begin{figure}
\includegraphics[width=90mm]{rys1.eps}
\caption{\rdm{txt}}
\label{rys:1}
\end{figure}
! LaTeX Error: Unknown graphics extension: .eps.
Edit by localghost: No external links (see Board Rules)! Attachments go onto the forum server (where applicable).