Thesis Template for Politeknik Negeri Lhokseumawe
Autor
Muhammad Davi
Letzte Aktualisierung
vor einem Jahr
Lizenz
Creative Commons CC BY 4.0
Abstrakt
This Template use for writing thesis with Politeknik Negeri Lhokseumawe standard
\documentclass[12pt,a4paper]{report}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\usepackage{mathptmx}
\usepackage{graphicx} % Required for inserting images
\graphicspath{{img/}}
\usepackage{multirow}
\usepackage{geometry}
\geometry{
top=4cm,
right=3cm,
left=4cm,
bottom=3cm,
}
\usepackage{pdflscape}
\usepackage[table]{xcolor}
\usepackage{setspace}
\onehalfspacing
\renewcommand{\thechapter}{\centering \Roman{chapter}}
\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}}
\def\contentsname{DAFTAR ISI}
\renewcommand\bibname{DAFTAR PUSTAKA}
\def\chaptername{BAB}
\usepackage{titlesec}
\titleformat{\chapter}[display]{\normalfont\bfseries\centering}{\MakeUppercase{\chaptertitlename}~\thechapter}{0pt}{}
\titlespacing*{\chapter}{0pt}{-2pt}{16pt}
\renewcommand{\arraystretch}{1.5}
\renewcommand\thechapter{\Roman{chapter}}
\renewcommand\thesection{\arabic{section}}
\def\thesection{\arabic{chapter}.\arabic{section}}
\def\thetable{\arabic{table}}
\titleformat{\section}[block]{\bf\normalsize}{\thesection}{0.6em}{}
\titlespacing*{\section}{0pt}{5pt}{0pt}
\titleformat{\subsection}[block]{\bf\normalsize}{\thesubsection}{0.6em}{}
\titlespacing*{\subsection}{0pt}{5pt}{0pt}
\usepackage{setspace}
%\singlespacing
\onehalfspacing
%\doublespacing
%\setstretch{1.1}
\usepackage[breaklinks]{hyperref}
\hyphenation{me-la-in-kan}
\input{settings}
\begin{document}
\input{cover}
\pagenumbering{roman}
\input{pengesahan}
\tableofcontents
\addcontentsline{toc}{chapter}{DAFTAR ISI}
\listoftables
\listoffigures
\input{ringkasan}
\clearpage
\pagenumbering{arabic}
\setcounter{page}{1}
\input{bab1}
\input{bab2}
\input{bab3}
\LaTeX{} \cite{lamport94} is a set of macros built atop \TeX{} \cite{texbook}.
\input{jadwal-kegiatan}
\input{rencana-anggaran}
\begin{thebibliography}{9}
\bibitem{texbook}
Donald E. Knuth (1986) \emph{The \TeX{} Book}, Addison-Wesley Professional.
\bibitem{lamport94}
Leslie Lamport (1994) \emph{\LaTeX: a document preparation system}, Addison
Wesley, Massachusetts, 2nd ed.
\end{thebibliography}
\addcontentsline{toc}{chapter}{DAFTAR PUSTAKA}
\end{document}