Graphics, Figures & Tableshide out some figures

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
b00tsy
Posts: 2
Joined: Sun Mar 22, 2009 8:27 pm

hide out some figures

Post by b00tsy »

hi,

I'm writing my thesis at the moment and I have to split it up into a public and into a non-public version. I want to have the public version the same length like the non-public version, but I want to hide out some of the text as well as some of the figures. I've found a solution how to hide out the text without getting shorter sections, but I haven't found a solution yet for figures.

Does anyone know a solution for my problem?
Is it possible to render some figures like in "draft" mode and some in "final" mode?

thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
marco_d
Posts: 57
Joined: Tue Jan 20, 2009 7:49 pm

hide out some figures

Post by marco_d »

Hello,

you can put the command includegrpahics into an black box:

Code: Select all

\colorbox{black}{includegraphics{picture}}
regards
Marco
i am German. I can not use difficult words. :-)
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

hide out some figures

Post by phi »

b00tsy wrote:Is it possible to render some figures like in "draft" mode and some in "final" mode?
Yes, the \includegraphics command accepts the draft option, as described in the grfguide.
b00tsy
Posts: 2
Joined: Sun Mar 22, 2009 8:27 pm

Re: hide out some figures

Post by b00tsy »

thanks for the answers. I tried both methods before already, but my mistake was to try to put it around the "figure" environment... now I know what my mistake was!
Post Reply