latex: Match with Overleaf current work
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
\documentclass[draftmark]{thesis}
|
||||
|
||||
% Metadata
|
||||
\title{Prediksi Lokasi Kerusakan dengan Machine Learning}
|
||||
\author{Rifqi Damar Panuluh}
|
||||
\date{\today}
|
||||
@@ -12,29 +10,64 @@
|
||||
\faculty{Fakultas Teknik}
|
||||
\program{Program Studi Teknik Sipil}
|
||||
\university{Universitas Muhammadiyah Yogyakarta}
|
||||
\yearofsubmission{2025}
|
||||
|
||||
% Input preamble
|
||||
\input{preamble/packages}
|
||||
% \input{preamble/fonts}
|
||||
\input{preamble/macros}
|
||||
|
||||
\addbibresource{bibliography.bib}
|
||||
|
||||
\makeglossaries
|
||||
\input{frontmatter/acronym}
|
||||
\input{frontmatter/glossaries}
|
||||
\input{frontmatter/notations}
|
||||
|
||||
% \makeatletter
|
||||
% \hypersetup{
|
||||
% keeppdfinfo,
|
||||
% pdftitle={\thetitle},
|
||||
% pdfauthor={\theauthor},
|
||||
% % pdfdate={\thedate},
|
||||
% pdfsubject={Bachelor Thesis},
|
||||
% pdfkeywords={structural health monitoring, machine learning, stft, vibration, signal},
|
||||
% pdfpublisher={Universitas Muhammadiyah Yogyakarta},
|
||||
% pdfcontactemail={rifqi.damar.ft21mail.umy.ac.id},
|
||||
% pdflicenseurl={https://github.com/nuluh/thesis/blob/main/LICENSE},
|
||||
% pdflang={id},
|
||||
% pdfcreator={XeLaTeX with hyperref and hyperxmp},
|
||||
% pdfproducer={TeX Live 2024},
|
||||
% pdftrapped=False,
|
||||
% pdfpubtype=book
|
||||
% }
|
||||
% \makeatother
|
||||
\begin{document}
|
||||
% \input{frontmatter/maketitle}
|
||||
% \input{frontmatter/maketitle_secondary}
|
||||
\frontmatter
|
||||
% \input{frontmatter/approval}\clearpage
|
||||
% \input{frontmatter/originality}\clearpage
|
||||
% \input{frontmatter/acknowledgement}\clearpage
|
||||
% \tableofcontents
|
||||
\clearpage
|
||||
% \maketitle
|
||||
\input{frontmatter/maketitle}
|
||||
\input{frontmatter/maketitle_secondary}
|
||||
\input{frontmatter/approval}\clearpage
|
||||
\input{frontmatter/originality}\clearpage
|
||||
\input{frontmatter/acknowledgement}\clearpage
|
||||
\tableofcontents\clearpage
|
||||
\listoffigures\clearpage
|
||||
\listoftables
|
||||
\glsaddall[types={main,notation,\acronymtype}]
|
||||
|
||||
\printglossary[type=notation,style=altlong3customheader,title=Daftar Simbol dan Lambang]
|
||||
\printglossary[type=\acronymtype,style=supercol,title=Daftar Singkatan]
|
||||
\printglossary[type=main,style=mylistalt]
|
||||
\input{frontmatter/abstract}
|
||||
% \pagestyle{fancyplain}
|
||||
\mainmatter
|
||||
\pagestyle{fancyplain}
|
||||
% Include content
|
||||
\include{chapters/01_introduction}
|
||||
\include{chapters/id/02_literature_review/index}
|
||||
\include{chapters/id/03_methodology/index}
|
||||
% \include{chapters/04_results}
|
||||
% \include{content/conclusion}
|
||||
|
||||
% Bibliography
|
||||
\printbibliography
|
||||
% \bibliographystyle{IEEEtran}
|
||||
% \bibliography{references}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user