我正在写论文的标题页,但本网站其他地方描述的 frontispizo 包并不真正适合我的需求。我确信下面我需要的卷首插图可以轻松实现,如果我知道如何实现,请参阅下面的布局,(或http://www.lboro.ac.uk/students/welcome/research/codes-of-practice/appendices/#app5大约位于页面底部的 3/4 处)。
标题 (跳过行) 作者 (跳过行) 博士论文 (跳过行) 提交以部分满足拉夫堡大学哲学博士学位授予要求 (跳过行) 日期 (跳过行) 版权归作者所有,日期
以上所有内容都应居中。任何帮助都将不胜感激。鲁贝
谢谢 Harish,它给了我我想要的东西,让我可以完全控制布局,而不像使用宏那样,人们可能不一定能理解。再次感谢。Rube
答案1
您可以使用 自行完成。根据需要titlepage
调整所有值。\vspace{<value>}
\documentclass{report}
\begin{document}
\begin{titlepage}
\centering
{\huge This is the title of your thesis This is the title of your thesis
This is the title of your thesis}
\vspace{1cm}
by
\vspace{1cm}
{\large The author}
\vspace{1cm}
{\large Doctoral thesis}
\vspace{1cm}
Submitted in partial fulfillment of the requirements
for the award of
Doctor of Philosophy of Loughborough University
\vspace{1cm}
\date{29.01.2015}
\vfill
\copyright by the author, \date{29.01.2015}
\end{titlepage}
\end{document}