diff --git a/latex/frontmatter/endorsement.tex b/latex/frontmatter/endorsement.tex index e69de29..b0502b4 100644 --- a/latex/frontmatter/endorsement.tex +++ b/latex/frontmatter/endorsement.tex @@ -0,0 +1,64 @@ +% frontmatter/endorsement.tex +\setmainfont{Times New Roman} + +\begin{center} + \textbf{\Large LEMBAR PENGESAHAN TUGAS AKHIR} \\[0.5em] + \textit{APPROVAL SHEET} +\end{center} + +\vspace{1em} + +\renewcommand{\arraystretch}{1.2} +\begin{tabular}{llp{10cm}} +\textbf{Judul} & : & \thesistitle \\ +\textit{Title} & & \\ + +\textbf{Mahasiswa} & : & \studentname \\ +\textit{Student} & & \\ + +\textbf{Nomor Mahasiswa} & : &\studentid \\ +\textit{Student ID.} & & \\ + +\textbf{Dosen Pembimbing} & : & 1. \firstadvisor \\ +\textit{Advisors} & & 2. \secondadvisor +\end{tabular} + +\vspace{1em} +\textbf{Telah disetujui oleh Tim Penguji:} \\ +\textit{Approved by the Committee on Oral Examination} + +\vspace{1em} +\begin{tabular}{lp{5cm}} + \textbf{\firstadvisor} &: + % \vspace{2cm} % signature space + % \\[1em] % pull up next row + \\ + \textit{Ketua Tim Penguji} & + \noindent\makebox[5cm]{\hrulefill}\\[-0.5em] + \textit{\small Chair} & \small Yogyakarta, \dotfill 2020 + \\ + \textbf{\secondadvisor} &: + % \vspace{2cm} % signature space + % \\[1em] % pull up next row + \\ + \textit{Ketua Tim Penguji} & + \noindent\makebox[5cm]{\hrulefill}\\[-0.5em] + \textit{\small Chair} & \small Yogyakarta, \dotfill 2020 \\ +\end{tabular} + +\vspace{1em} +\noindent +\textbf{Diterima dan disetujui sebagai persyaratan untuk memperoleh gelar Sarjana Teknik} \\ +\textit{Accepted in partial fulfillment of the requirements for the degree of Bachelor of Engineering} + +\vspace{2em} +\begin{center} + \textbf{Ketua Program Studi} \\ + \textit{Head of Department} +\end{center} + +\vspace{3em} +\begin{center} + \textbf{\headdepartement} \\ + NIK. \headdepartementid +\end{center} diff --git a/latex/metadata.tex b/latex/metadata.tex index ba54758..8ec017b 100644 --- a/latex/metadata.tex +++ b/latex/metadata.tex @@ -1,6 +1,10 @@ \newcommand{\studentname}{Rifqi Damar Panuluh} \newcommand{\studentid}{20210110224} \newcommand{\thesistitle}{Prediksi Lokasi Kerusakan dengan Machine Learning} +\newcommand{\firstadvisor}{Ir. Muhammad Ibnu Syamsi, Ph.D.} +\newcommand{\secondadvisor}{} +\newcommand{\headdepartement}{Puji Harsanto, S.T. M.T., Ph.D.} +\newcommand{\headdepartementid}{19740607201404123064} \newcommand{\faculty}{Fakultas Teknik} \newcommand{\program}{Teknik Sipil} \newcommand{\university}{Universitas Muhammadiyah Yogyakarta}