forked from bguzryanto/skripsi-fmipa-ugm-latex
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.tex
212 lines (167 loc) · 6.69 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
%Template pembuatan Tesis dengan ugmtesis.
\documentclass[skripsi]{ugmskripsi}
% sec caption bold
\usepackage[labelfont=bf]{caption}
\renewcommand{\captionfont}{\bf}
% Script dibawah untuk menghapus batas list of table and figure
\usepackage{etoolbox}% http://ctan.org/pkg/etoolbox
\makeatletter
% \patchcmd{<cmd>}{<search>}{<replace>}{<succes>}{<failure>}
\patchcmd{\@chapter}{\addtocontents{lof}{\protect\addvspace{10\p@}}}{}{}{}% LoF
\patchcmd{\@chapter}{\addtocontents{lot}{\protect\addvspace{10\p@}}}{}{}{}% LoT
\makeatother
\usepackage{caption}
\captionsetup[table]{labelsep=space}
\captionsetup[figure]{labelsep=space}
\usepackage{subcaption}
\usepackage{diagbox}
\usepackage[thinlines]{easytable}
%-----------------------------------------------------------------
%Disini awal masukan untuk data tesis
%-----------------------------------------------------------------
\titleind{ PERAMALAN NILAI TUKAR RUPIAH TERHADAP DOLAR DENGAN METODE AA }
\titleeng{ FORECASTING OF RUPIAH EXCHANGE RATE TO DOLLARS WITH AA METHOD }
\fullname{Bunga Melati Harum}
\idnum{10/123456/PA/12345}
\degree{Sarjana Sains}
\yearsubmit{2017}
\program{Matematika}
\headprogram{Dr. Eva Maria}
\dept{Matematika}
\firstsupervisor{Alice, Ph.D.}
\firstexaminer{Bob, M.Sc.}
\secondexaminer{Eve, Ph.D.}
\examdate{30 Februari 2017}
%-----------------------------------------------------------------
%Disini akhir masukan untuk data tesis
%-----------------------------------------------------------------
\begin{document}
\cover
\titlepageind
% \agreementpage
\cleardoublepage\phantomsection
\approvalpage
\cleardoublepage\phantomsection
\declarepage
%-----------------------------------------------------------------
%Disini awal masukan Acknowledment
%-----------------------------------------------------------------
% \input{awal/acknowledge}
%-----------------------------------------------------------------
%Disini akhir masukan untuk muka tesis
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan Motto
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\input{motto}
%-----------------------------------------------------------------
%Disini akhir masukan untuk Motto
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk Prakata
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\input{prakata}
%-----------------------------------------------------------------
%Disini akhir masukan Prakata
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk daftar isi
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\addcontentsline{toc}{chapter}{\contentsname}
\tableofcontents
%-----------------------------------------------------------------
%Disini akhir masukan untuk daftar isi
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk daftar table
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
%-----------------------------------------------------------------
%Disini akhiran masukan untuk daftar table
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk daftar gambar
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
%-----------------------------------------------------------------
%Disini akhiran masukan untuk daftar gambar
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan Intisari
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\input{abstract_ind}
%-----------------------------------------------------------------
%Disini akhir masukan Intisari
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk Abstract
%-----------------------------------------------------------------
\cleardoublepage\phantomsection
\input{abstract_eng}
%-----------------------------------------------------------------
%Disini akhir masukan Abstract
%-----------------------------------------------------------------
%\clearpage
\cleardoublepage\phantomsection
\pagenumbering{arabic}
\setcounter{page}{1}
%-----------------------------------------------------------------
%Disini awal masukan untuk Bab
%-----------------------------------------------------------------
% Judul dan jumlah bab menyesuaikan
\chapter{PENDAHULUAN}
\input{file_bab1}
\chapter{TINJAUAN PUSTAKA}
\input{file_bab2}
\chapter{LANDASAN TEORI}
\input{file_bab3}
\chapter{ANALISIS DAN PERANCANGAN}
\input{file_bab4}
\chapter{HASIL DAN PEMBAHASAN}
\input{file_bab5}
\chapter{KESIMPULAN DAN SARAN}
\input{file_bab6}
%-----------------------------------------------------------------
%Disini akhir masukan Bab
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk Daftar Pustaka
%-----------------------------------------------------------------
\xpatchbibmacro{date+extrayear}{%
\printtext[parens]%
}{%
\setunit{\addperiod\space}%
\printtext%
}{}{}
%\clearpage
\cleardoublepage\phantomsection
\begin{center}
\textbf{{\large DAFTAR PUSTAKA}}
\end{center}
\addcontentsline{toc}{chapter}{DAFTAR PUSTAKA}
\printbibliography[heading=none,title={DAFTAR PUSTAKA}]
%-----------------------------------------------------------------
%Disini akhir masukan Daftar Pustaka
%-----------------------------------------------------------------
%-----------------------------------------------------------------
%Disini awal masukan untuk Lampiran
%-----------------------------------------------------------------
%\clearpage
\appendix
% \addcontentsline{toc}{chapter}{\appendixname}
\setcounter{secnumdepth}{-1}
\cleardoublepage\phantomsection
\chapter{LAMPIRAN}
\input{hasil_eksperimen}
%-----------------------------------------------------------------
%Disini akhir masukan Lampiran
%-----------------------------------------------------------------
\end{document}