-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
42 lines (35 loc) · 792 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\documentclass{UINthesis}
% \usepackage{showframe}
\usepackage{lipsum}
% repeated stuff
\newcommand{\judul}{JUDUL SKRIPSI}
\newcommand{\penulis}{PENULIS}
\newcommand{\nim}{00000000000}
\newcommand{\fakultas}{Sains dan Teknologi}
\newcommand{\jurusan}{Fisika}
\begin{document}
\frontmatter%
\thispagestyle{empty}
\titlepage%
\pagestyle{plain}
\originalitypage%
\validationpage%
\prefacepage%
\abstractpageid%
\abstractpageen%
\contentspage%
\figurespage%
\tablespage%
\listingpage%
\mainmatter%
\pagestyle{fancy}
\input{part/mainmatter/ch01.tex}
% \input{part/mainmatter/ch02.tex}
% \input{part/mainmatter/ch03.tex}
% \input{part/mainmatter/ch04.tex}
% \input{part/mainmatter/ch05.tex}
% \input{part/mainmatter/ch06.tex}
\backmatter%
\pagestyle{plain}
\bibliographypage%
\end{document}