可能重复:
报告或书籍类别中的自定义标题页?
我正在尝试使用文档类编写我的博士论文提案report
。我借用了以下最简单的模板:
http://theoval.cmp.uea.ac.uk/~nlct/latex/thesis/examples/index.html
在第一页上,我想添加几句话,例如“向某某大学提交了某某博士学位的提案”。我在下面粘贴了代码。有没有简单的方法来添加声明?我为提案选择了错误的模板吗?
\documentclass[a4paper]{report}
\begin{document}
\title{A Sample PhD Thesis}
\author{A. N. Other}
\date{July 2004}
\maketitle
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables
\chapter*{Acknowledgements}
\begin{abstract}
\end{abstract}
\pagenumbering{arabic}
\chapter{Introduction}
\label{ch:intro}
\chapter{Technical Introduction}
\label{ch:techintro}
\chapter{Method}
\label{ch:method}
\chapter{Results}
\label{ch:results}
\chapter{Conclusions}
\label{ch:conc}
\bibliographystyle{plain}
\bibliography{thesis}
\end{document}
答案1
编辑:抱歉,确实,这个模板似乎不允许这样做。
\documentclass[a4paper]{report}
\begin{document}
\title{A Sample PhD Thesis}
\author{A. N. Other}
\date{July 2004}
\maketitle
只需在此 make title 后键入,它仍会出现在该页面上。(例如您的行)。如果愿意,请将其放在环境中\center{ }
。还有一些像确认之类的东西有自己的命令(例如,主管或类似的东西)。
\pagebreak %this will stop that page prematurely