37 lines
725 B
TeX
37 lines
725 B
TeX
\documentclass[draftmark]{thesis}
|
|
|
|
% Title Information
|
|
\setthesisinfo
|
|
{Prediksi Lokasi Kerusakan dengan Machine Learning}
|
|
{Rifqi Damar Panuluh}
|
|
{20210110224}
|
|
{PROGRAM STUDI TEKNIK SIPIL}
|
|
{FAKULTAS TEKNIK}
|
|
{UNIVERSITAS MUHAMMADIYAH YOGYAKARTA}
|
|
{2025}
|
|
|
|
% Input preamble
|
|
\input{preamble/packages}
|
|
% \input{preamble/fonts}
|
|
\input{preamble/macros}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\theendorsementpage{toc}
|
|
\originalitystatement{toc}
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
% Include content
|
|
\include{content/abstract}
|
|
\include{content/introduction}
|
|
\include{chapters/01_introduction}
|
|
\include{content/chapter2}
|
|
\include{content/conclusion}
|
|
|
|
% Bibliography
|
|
% \bibliographystyle{IEEEtran}
|
|
% \bibliography{references}
|
|
|
|
\end{document} |