Layout da página de título

Layout da página de título

Como posso obter um layout de página de título como este?

insira a descrição da imagem aqui

Responder1

Se isso atender ao requisito, marque a marca de seleção à esquerda

insira a descrição da imagem aqui

\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}

informação relacionada