Is there a command that I can use as a placeholder for \includegraphics?
I want to use such a placeholder to add the original graphics later.
|
|
|||
|
I dont't like the demo option of the
|
|||||||||||||||||
|
|
Either load the |
|||||||
|
|
You can do without additional packages: just load
Just remove the This will produce framed rectangles with the specified width and height, but using a predefined dimension when Another strategy is to load
As always, beware of file names with spaces: enclosing the name between double quotes should avoid problems. |
|||
|
|
|
Inspired by Holle's answer (avoid a big black toner hungry box), here is one with pgf. The pgf package has a draft option. With it:
where
Without the draft option, the image is placed as expected. |
|||||
|
|
If you need individual figures to be omitted rather than all of them, you first copy a dummy figure (called
It will display something like:
It will also save ink, and you can use |
|||||||
|
|
|
||||
|
|
|
If you want to "hide" the entire picture, but reserve the space, you could use the following lines:
|
||||
|





dummy.jpg(or dummy.eps) and use this dummy graphic until you have your original one. – knut Feb 11 '12 at 14:35demooption not printing big blobs. – egreg Feb 11 '12 at 15:15