fix(latex): adjust fancyhdr pagestyle
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\frontmatter
|
\frontmatter
|
||||||
|
\pagestyle{fancyplain}
|
||||||
% \maketitle
|
% \maketitle
|
||||||
\onehalfspacing
|
\onehalfspacing
|
||||||
\include{frontmatter/maketitle}
|
\include{frontmatter/maketitle}
|
||||||
@@ -33,27 +34,29 @@
|
|||||||
\include{frontmatter/approval}
|
\include{frontmatter/approval}
|
||||||
\include{frontmatter/originality}
|
\include{frontmatter/originality}
|
||||||
\include{frontmatter/acknowledgement}
|
\include{frontmatter/acknowledgement}
|
||||||
|
\include{frontmatter/preface}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\listoffigures
|
\listoffigures
|
||||||
\listoftables
|
\listoftables
|
||||||
% \glsaddall[types={main,notation,\acronymtype}]
|
% \glsaddall[types={main,notation,\acronymtype}]
|
||||||
|
|
||||||
\printglossary[type=notation,style=altlong3customheader,title=Daftar Simbol dan Lambang]
|
% \printglossary[type=notation,style=altlong3customheader,title=Daftar Simbol dan Lambang]
|
||||||
\printglossary[type=\acronymtype,style=supercolnoloc,title=Daftar Singkatan]
|
% \printglossary[type=\acronymtype,style=supercolnoloc,title=Daftar Singkatan]
|
||||||
\printglossary[type=main,style=mylistalt]
|
% \printglossary[type=main,style=mylistalt]
|
||||||
\include{frontmatter/abstract}
|
\include{frontmatter/abstract}
|
||||||
% \pagestyle{fancyplain}
|
|
||||||
\mainmatter
|
\mainmatter
|
||||||
|
\pagestyle{fancyplain}
|
||||||
% Include content
|
% Include content
|
||||||
\onehalfspacing
|
\onehalfspacing
|
||||||
\include{chapters/id/01_introduction}
|
\include{chapters/id/01_introduction}
|
||||||
\include{chapters/id/02_literature_review/index}
|
\include{chapters/id/02_literature_review/index}
|
||||||
\include{chapters/id/03_methodology/index}
|
% \include{chapters/id/03_methodology/index}
|
||||||
\include{chapters/id/04_results}
|
% \include{chapters/id/04_results}
|
||||||
% \include{content/conclusion}
|
% \include{content/conclusion}
|
||||||
\backmatter
|
\backmatter
|
||||||
|
\pagestyle{fancyplain}
|
||||||
% Bibliography
|
% Bibliography
|
||||||
\printbibliography[heading=bibintoc]
|
% \printbibliography[heading=bibintoc]
|
||||||
% \bibliographystyle{IEEEtran}
|
% \bibliographystyle{IEEEtran}
|
||||||
% \bibliography{references}
|
% \bibliography{references}
|
||||||
% Appendices
|
% Appendices
|
||||||
|
|||||||
Reference in New Issue
Block a user