开发者

Making the draft document option in LaTeX have extra text appear in LaTeX

开发者 https://www.devze.com 2022-12-23 21:16 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消