Mit ifdraft und tagging Dokumentteile ausblenden.

Hier ein Beispiel für die Kombination von ifdraft und tagging. Grundsätzlich würde ifdraft für viele Zwecke ausreichen, tagging bietet aber ein sauberes Interface und einige zusätzliche Befehle.

\documentclass[draft]{scrartcl} % delete the global option draft to see the difference
\usepackage[]{ifdraft}
\usepackage[]{tagging}
\ifdraft{\usetag{draft}}{\usetag{final}}
\begin{document}
 
\iftagged{draft}{Some text, if draft is set.}{Some text, if draft has not been set.}
 
\begin{taggedblock}{draft}
This is a draft block!
\end{taggedblock}
 
\begin{taggedblock}{final}
This is a final block!
\end{taggedblock}
 
\end{document}

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website