lundi 1 décembre 2014

error "ps2pdf returned exit code 1"


I´m trying to compile a doc with an .eps.


I use Winedt 9, and I use LATEX + DVI2PS + PS2PDF


All runs well with LATEX compilation, and with DVI2PS, BUT... when I use PS2PDF I obtain this message: "ps2pdf returned exit code 1 indicating that some problems might have ocurred during the compilation"


My code is



\documentclass[12pt,a4paper]{article}
%\renewcommand{\baselinestretch}{1.5} % interlineado de 1.5

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[spanish]{babel}
\usepackage{graphicx,mwe}

\begin{document}

This is a test.\\
\begin{figure}[h!]
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=110mm]{example-image.eps}\\
\caption{Fact.Region.}\label{regionfact}
\end{figure}
The cuasi-End!\\

\end{document}


A months ago I compiled many .tex with .eps files, but now... I can´t compile this example.


Do you know any solution?.


I read any messages, but I have not the solution.





Aucun commentaire:

Enregistrer un commentaire