\documentclass[draftmark, draft]{thesis} \title{Prediksi Lokasi Kerusakan dengan Machine Learning} \author{Rifqi Damar Panuluh} \date{\today} \authorid{20210110224} \secondadvisor{Ir. Muhammad Ibnu Syamsi, S.T., M.Eng., Ph.D.} \firstexaminer{Ir. Taufiq Ilham Maulana, S.T., M.Eng., Ph.D. (Eng.)} \headdepartement{Ir. Dian Setiawan M., S.T., M.Sc., Ph.D.} \headdepartementid{19740607201404123064} \faculty{Fakultas Teknik} \program{Program Studi Teknik Sipil} \university{Universitas Muhammadiyah Yogyakarta} \yearofsubmission{\the\year} % Input preamble \input{preamble/packages} % \input{preamble/fonts} \input{preamble/macros} \input{preamble/appendix.tex} \addbibresource{bibliography.bib} \makeglossaries \input{frontmatter/acronym} \input{frontmatter/glossaries} \input{frontmatter/notations} \hypersetup{final} \begin{document} \frontmatter \pagestyle{fancyplain} % \maketitle \onehalfspacing % \include{frontmatter/maketitle} % \include{frontmatter/maketitle_secondary} % \include{frontmatter/approval} % \include{frontmatter/originality} % \include{frontmatter/acknowledgement} % \include{frontmatter/preface} \tableofcontents \listoffigures \listoftables % \glsaddall[types={main,notation,\acronymtype}] \printglossary[type=notation,style=altlong3customheader,title=Daftar Simbol dan Lambang] \printglossary[type=\acronymtype,style=supercolnoloc,title=Daftar Singkatan] \printglossary[type=main,style=mylistalt] \include{frontmatter/abstract} \mainmatter \pagestyle{fancyplain} % Include content \onehalfspacing % \include{chapters/id/01_introduction} % \include{chapters/id/02_literature_review/index} \include{chapters/id/03_methodology/index} \include{chapters/id/04_results} % \include{chapters/id/05_conclusion} \backmatter \pagestyle{fancyplain} % Bibliography % \printbibliography[heading=bibintoc] % \bibliographystyle{IEEEtran} % \bibliography{references} % Appendices \begin{appendices} % \include{appendix/summary_related_paper} \pagestyle{empty} % \include{appendix/coarse_grid_results_A} % \include{appendix/coarse_grid_results_B} % \include{appendix/fine_grid_results_A_32} % \include{appendix/fine_grid_results_B_16} \end{appendices} \end{document}