I have a full installation of MiKTeX 2.9 and I use TeXnicCenter 1.0
In the preamble the following is defined:
Code: Select all
\usepackage{graphicx}
\usepackage{eepic}
\usepackage{epic}
Code: Select all
\begin{figure}[htb]
\centering
\setlength{\unitlength}{1cm}
\begin{picture}(2,2)
%triangel
\put(0,0){\line(1,0){2}}
\put(0,0){\line(1,1){1}}
\put(2,0){\line(-1,1){1}}
\end{picture}
\caption{Triangel}
\label{fig:Triangel}
\end{figure}
What I see in the log is that it says "Non-PDF special ignored".
Anyone who knows what can be wrong? I need to present the document in PDF.