开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜