Template Institute Informatics and Business Darmajaya
Författare
Muhammad Said Hasibuan
Last Updated
för ett år sedan
Licens
Creative Commons CC BY 4.0
Sammanfattning
Silahkan Menggunakan Template ini untuk Laporan skripsi
\documentclass[12pt,twoside]{report}
% PACKAGES
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage{fancyhdr}
\usepackage{parskip}
\usepackage[square,numbers]{natbib}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage[acronym]{glossaries}
\usepackage{lipsum} %DUMMY TEXT
% CONFIGS
\pagestyle{fancy}
\setlength{\headheight}{14.49998pt}
\fancyhead{}
\fancyhead[RO,LE]{No Cluster Worry Free Thesis Template} % TODO: CHANGE THIS
\fancyfoot{}
\fancyfoot[LO,CE]{\ifnum\value{chapter}=0\else \leftmark \fi}
\fancyfoot[LE,RO]{\thepage}
\hypersetup{
pdfauthor = {Nama Mahasiswa}, % TODO: CHANGE THIS
pdftitle = {No Cluster Worry Free Thesis Template}, % TODO: CHANGE THIS
colorlinks,
linkcolor={blue},
citecolor={blue},
linkcolor={blue},
citecolor={blue}
}
\PassOptionsToPackage{unicode}{hyperref}
% MACROS
% essentials
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
% non-essentials (some examples)
\newcommand{\unit}[1]{\ensuremath{\, \mathrm{#1}}} % makes writing units simpler
\renewcommand{\thefootnote}{\emph{\alph{footnote}}} % italic letters footnote
% PATHS
\graphicspath{ {img/} }
\input{mis/acronym}
% BIB SETUP
\bibliographystyle{ieeetr} % Cite style (natbib is better)
% <><><><><><><><><><><><><><><><><><><><><><>
% DOCUMENT BEGIN HERE
\begin{document}
\input{src/titlepage}
\input{src/abstract}
\pagenumbering{gobble}
\input{mis/dedication}
\input{mis/declaration}
\input{mis/acknowledgements}
\tableofcontents
\listoffigures
\listoftables
\printglossary[type=\acronymtype]
\input{src/intro}
\pagenumbering{arabic}
\input{src/review}
\input{src/method}
\input{src/result}
\input{src/conclusion}
\bibliography{ref}
\pagenumbering{roman}
\appendix
\input{appendix/appendixA}
\end{document}