Graphics, Figures & Tables ⇒ hide out some figures
hide out some figures
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
hide out some figures
you can put the command includegrpahics into an black box:
Code: Select all
\colorbox{black}{includegraphics{picture}}
Marco

hide out some figures
Yes, the \includegraphics command accepts the draft option, as described in the grfguide.b00tsy wrote:Is it possible to render some figures like in "draft" mode and some in "final" mode?