From a32415cebf165a89d29187c434b173cba87eca50 Mon Sep 17 00:00:00 2001 From: nuluh Date: Fri, 23 May 2025 21:17:12 +0700 Subject: [PATCH] feat: Update title page and add secondary title page template --- latex/frontmatter/maketitle.tex | 59 +++++++++++------------ latex/frontmatter/maketitle_secondary.tex | 29 +++++++++++ 2 files changed, 58 insertions(+), 30 deletions(-) create mode 100644 latex/frontmatter/maketitle_secondary.tex diff --git a/latex/frontmatter/maketitle.tex b/latex/frontmatter/maketitle.tex index b5e198b..449d3aa 100644 --- a/latex/frontmatter/maketitle.tex +++ b/latex/frontmatter/maketitle.tex @@ -1,31 +1,30 @@ \begin{titlepage} - \centering - \vspace*{1cm} - - {\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{Tugas Akhir}}\par} - \vspace{1.5cm} - - {\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{\thesistitle}}\par} - \vspace{1.5cm} - - \includegraphics[width=5cm]{frontmatter/img/logo.png} - \vspace{1.5cm} - - - \textbf{Disusun oleh:} \\ - {\fontsize{14pt}{16pt}\selectfont \textbf{\studentname}} \\ - {\fontsize{14pt}{16pt}\selectfont \textbf{\studentid}} \\ - - - \vfill - - {\fontsize{12pt}{14pt}\selectfont - \textbf{\program} \\ - \textbf{\faculty} \\ - \textbf{\university} \\ - \textbf{\yearofsubmission} - } - - \end{titlepage}% - - \ No newline at end of file +\centering +\vspace*{1cm} + +{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{Tugas Akhir}}\par} +\vspace{1.5cm} + +{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{\thetitle}}\par} +\vspace{1.5cm} + +\includegraphics[width=5cm]{frontmatter/img/logo.png} +\vspace{1.5cm} + + +\textbf{Disusun oleh:} \\ +{\fontsize{14pt}{16pt}\selectfont \textbf{\theauthor}} \\ +{\fontsize{14pt}{16pt}\selectfont \textbf{\studentid}} \\ + + +\vfill + +{\fontsize{12pt}{14pt}\selectfont +\textbf{\program} \\ +\textbf{\faculty} \\ +\textbf{\university} \\ +\textbf{\yearofsubmission} +} + +\end{titlepage}% + diff --git a/latex/frontmatter/maketitle_secondary.tex b/latex/frontmatter/maketitle_secondary.tex new file mode 100644 index 0000000..b4b9c97 --- /dev/null +++ b/latex/frontmatter/maketitle_secondary.tex @@ -0,0 +1,29 @@ +\begin{titlepage} +\centering +{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{Tugas Akhir}}\par} +\vspace{1.5cm} + +{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{\thetitle}}\par} +\vspace{1cm} +{\normalsize\selectfont Diajukan guna melengkapi persyaratan untuk memenuhi gelar Sarjana Teknik di Program Studi Teknik Sipil, Fakultas Teknik, Universitas Muhammadiyah Yogyakarta\par} +\vspace{1.5cm} + +\includegraphics[width=5cm]{frontmatter/img/logo.png} +\vspace{1.5cm} + + +\textbf{Disusun oleh:} \\ +{\fontsize{14pt}{16pt}\selectfont \textbf{\theauthor}} \\ +{\fontsize{14pt}{16pt}\selectfont \textbf{\studentid}} \\ + + +\vfill + +{\fontsize{12pt}{14pt}\selectfont +\textbf{\program} \\ +\textbf{\faculty} \\ +\textbf{\university} \\ +\textbf{\yearofsubmission} +} + +\end{titlepage}% \ No newline at end of file