标题页布局

标题页布局

我怎样才能获得这样的标题页布局?

在此处输入图片描述

答案1

如果符合要求,请勾选左侧的复选标记

在此处输入图片描述

\documentclass{article}
%https://github.com/johannesbottcher/titlepageExamples/blob/master/jellyfish.tex
\begin{document}
\pagestyle{empty}
\begin{center}
    \LARGE
    {\bfseries University of Water World\par}
    School of Atlantis\par
    \vspace{4cm}
    {\huge\bfseries Jellyfish -- Who needs them?\par}
    {\small Seriously}
    \vspace{3cm}
    \par
\end{center}
    \hfill\begin{minipage}{.5\linewidth}
        \normalsize
        a funny thesis paper brought to you by\par
        \textsc{Carlos Pilkerton}\par
        Enjoy reading
    \end{minipage}
    \vfill

    \centering
    \today
\end{document}

相关内容