I have a report where in I already added a lot of eps files without problems using the command:
pdftex --enable-write18 -interaction=nonstopmode "filename.tex"
I wanted to add today another eps file but now he produces a very strange pdf file.
This is my code:
Code: Select all
\documentclass[a4paper]{report}
\usepackage[english]{babel}
\usepackage{graphicx, ctable, url, amsmath,mathrsfs, bbm}
\usepackage[pdftex, colorlinks]{hyperref}
\usepackage[latin1]{inputenc}
\usepackage[text={14cm, 24cm}]{geometry}
\usepackage{epstopdf}
\begin{document}
yahaaaa
\begin{figure}[h]
\centering
\includegraphics[width=5cm]{rel_cu_coplan_norm_unc_75000}
\caption{blaaa}
\label{figuur:blabala}
\end{figure}
\end{document}
[a4paper]report [english]babel graphicx, ctable, url, amsmath,mathrsfs, bbm [pdftex, colorlinks]hyperref
[latin1]inputenc [text=14cm, 24cm]geometry epstopdf
document yahaaaa
gure[h] [width=5cm]relcucoplannormunc75000blaaafiguur : blabala
Although I did not change anything to my installation or something...