fix(latex): replace \input with \include and add [titles] options to tocloft package to automatically give \clearpage
This commit is contained in:
@@ -22,41 +22,23 @@
|
||||
\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}
|
||||
\frontmatter
|
||||
% \maketitle
|
||||
\input{frontmatter/maketitle}
|
||||
\input{frontmatter/maketitle_secondary}
|
||||
\input{frontmatter/approval}\clearpage
|
||||
\input{frontmatter/originality}\clearpage
|
||||
\input{frontmatter/acknowledgement}\clearpage
|
||||
\tableofcontents\clearpage
|
||||
\listoffigures\clearpage
|
||||
\include{frontmatter/maketitle}
|
||||
\include{frontmatter/maketitle_secondary}
|
||||
\include{frontmatter/approval}
|
||||
\include{frontmatter/originality}
|
||||
\include{frontmatter/acknowledgement}
|
||||
\tableofcontents
|
||||
\listoffigures
|
||||
\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}
|
||||
\include{frontmatter/abstract}
|
||||
% \pagestyle{fancyplain}
|
||||
\mainmatter
|
||||
% Include content
|
||||
|
||||
Reference in New Issue
Block a user