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

巧了我就是萌 提交于 2019-12-06 06:20:08

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/2487252/making-the-draft-document-option-in-latex-have-extra-text-appear-in-latex

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!