제목 페이지 레이아웃

제목 페이지 레이아웃

이런 제목 페이지 레이아웃을 어떻게 얻을 수 있나요?

여기에 이미지 설명을 입력하세요

답변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}

관련 정보