我需要在我的论文中添加版权声明,并且不想破坏布局,所以我想将其放置在初始页的页脚/页眉区域。文本可以是多行的。它应该显示在第一页上仅有的。
答案1
以下对我有用。
\usepackage{fancyhdr}
\fancypagestyle{plain}{
\fancyfoot[C]{Copyright \textcopyright\ This material is declared a work of the
U.S.~Government and is not subject to copyright protection in the United States.
Approved for public release; distribution is unlimited.}
}
\renewcommand{\headrulewidth}{0pt}
答案2
我会使用不同的方法,并使用该eso-pic
包在第一页全局放置一些内容