I am trying to make a draft by forcing LaTeX to ignore all images. How do I tell LaTeX to suppress all the image filenames (in the \includegraphics command) and just insert an empty box? The problem with the [draft] options is that it still requires me to have all images in the folder where I have my .tex files.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
migrated from stackoverflow.com Jun 29 '11 at 17:40
will give a black box for all images. All absolute width/height settings are recognized. |
|||||
|
|
The quickest way I can think of is to simply redefine the command:
will get you an empty box;
will get you a box with the intended filename inside it. If you need, say, a specific size box, you can mess around with similar boxmaking commands in place of |
|||
|
|
figureenvironment. You apparently want only suppress the\includegraphics. – Martin Scharrer♦ Jun 29 '11 at 17:47