Graphics, Figures & TablesInclude EPS as empty Box

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
lattice
Posts: 1
Joined: Thu Jul 07, 2011 1:10 pm

Include EPS as empty Box

Post by lattice »

Hi,

I include my eps-files with \includegraphics.

I remember that it was possible to have only empty boxes in the document instead of the pictures, but I cannot find how it was possible. Does anyone know this?

I remember that there was some kind of command in the beginning of the document which let the eps-pictures be apear as empty boxes.

My problem is that otherwise the dvipdf-command takes to long time while I still work on the document.

Thanks for help!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Include EPS as empty Box

Post by Stefan Kottwitz »

Hi lattice,

welcome to the board!

Use draft as option to the document class or to the graphicx package.


Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Include EPS as empty Box

Post by localghost »

If you are running a current version of the common TeX distributions (MiKTeX 2.9, TeX Live 2010), you can compile directly with PDFLaTeX. The EPS files will be converted once on the fly and their inclusion should not consume so much compilation time any more. This way you would not need to exclude them.


Best regards and welcome to the board
Thorsten
Post Reply