[texhax] help

Axel E. Retif axel.retif at mac.com
Wed Oct 22 10:59:37 CEST 2014


On 10/22/2014 03:19 AM, Mohamed HOUSSNI wrote:

> Dear Sir,
>
> I already use this option but latex still stop and still ask for the
> figure file "blabla.eps"

You have to create a fake eps file blabla.eps in your working directory 
and give width and height to graphicx:

\documentclass{book}
\usepackage{graphicx}
\begin{document}
Some text

\begin{figure}[h]
\includegraphics[width=21pc,height=21pc]{blabla.eps}
\caption{bla bla bla bla}
\end{figure}

More text
\end{document}

To create the fake eps file, if you're on Linux or Mac OS, you can use 
the command touch in your terminal: cd to your working directory and

     touch blabla.eps

When you have the final graphic just delete that fake eps file.


Best

Axel




More information about the texhax mailing list