Is there a way to get some text to appear only when the [draft] option is active.
For example, when the draft option is active, I want some text to appear between my title and abstract: "draft: do not cite without permission" or some such.
Is there a way to get some text to appear only when the [draft] option is active.
For example, when the draft option is active, I want some text to appear between my title and abstract: "draft: do not cite without permission" or some such.
Usually this is done with
\usepackage{ifdraft}
\ifdraft{stern warning}{}
Where to put the \ifdraft
depends on how you've created the layout of your title page.