-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain_p4.tex
More file actions
114 lines (97 loc) · 3.43 KB
/
main_p4.tex
File metadata and controls
114 lines (97 loc) · 3.43 KB
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
\documentclass[12pt,twoside]{report}
% Pengaturan ukuran halaman dan margin
\usepackage[a4paper,top=30mm,left=30mm,right=20mm,bottom=25mm]{geometry}
% Pengaturan ukuran spasi
\usepackage[singlespacing]{setspace}
% Pengaturan jenis karakter
\usepackage[utf8]{inputenc}
% Pengaturan pewarnaan
\usepackage[table,xcdraw]{xcolor}
% Pengaturan kutipan artikel
\usepackage[style=apa, backend=biber]{biblatex}
% Package lainnya
\usepackage{graphicx,tabularx,multirow}
\usepackage[bahasa]{babel}
\usepackage{changepage}
\usepackage{enumitem}
\usepackage{eso-pic}
\usepackage{txfonts} % Font times
\usepackage{etoolbox}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{gensymb}
\usepackage[colorlinks=true, linkcolor=black, citecolor=black, urlcolor=blue]{hyperref}
% Pengaturan jenis karakter
\usepackage[utf8]{inputenc}
% Pengaturan format daftar isi, daftar gambar, dan daftar tabel
\usepackage[titles]{tocloft}
\setlength{\cftsecindent}{2em}
\setlength{\cftsubsecindent}{2em}
\setlength{\cftbeforechapskip}{1.5ex}
\setlength{\cftbeforesecskip}{1.5ex}
\setlength{\cftbeforetoctitleskip}{0cm}
\setlength{\cftbeforeloftitleskip}{0cm}
\setlength{\cftbeforelottitleskip}{0cm}
\renewcommand{\cfttoctitlefont}{\hfill\Large\bfseries} % command untuk membuat heading bold dan besar
\renewcommand{\cftaftertoctitle}{\hfill}
\renewcommand{\cftloftitlefont}{\hfill\Large\bfseries}
\renewcommand{\cftafterloftitle}{\hfill}
\renewcommand{\cftlottitlefont}{\hfill\Large\bfseries}
\renewcommand{\cftafterlottitle}{\hfill}
% Pengaturan format judul bab
\usepackage{titlesec}
\renewcommand{\thesection}{\thechapter.\arabic{section}}
\titleformat{\chapter}[display]{\centering\bfseries\large}{Modul\ \arabic{chapter}\ }{0ex}{\vspace{0ex}\centering}
\titleformat*{\section}{\large\bfseries}
\titleformat*{\subsection}{\normalsize\bfseries}
\titlespacing{\chapter}{0ex}{0ex}{4ex}
\titlespacing{\section}{0ex}{1ex}{0ex}
\titlespacing{\subsection}{0ex}{0.5ex}{0ex}
\titlespacing{\subsubsection}{0ex}{0.5ex}{0ex}
\setcounter{secnumdepth}{3} % Untuk memberi penomoran pada \subsubsection
\counterwithin{figure}{chapter}
\counterwithin{table}{chapter}
\definecolor{visigrey}{rgb}{.1,.15,.15}
\geometry{top=1cm,bottom=.5cm}
\savegeometry{titlepage}
\geometry{top=2cm,bottom=2cm}
\savegeometry{main}
\def\bspace{\(\qquad\qquad\qquad\)}
\usepackage[T1]{fontenc}
\usepackage{tgheros}
\renewcommand*\familydefault{\sfdefault}
\setcounter{tocdepth}{6}
\setcounter{chapter}{3}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancypagestyle{plain}{
\fancyhf{}
\fancyhead[L]{\includegraphics[height=1.5cm]{Cover/img/logodepart.png}}
\fancyhead[R]{Institut Teknologi Sepuluh Nopember \\ Departemen Teknik Komputer \\ Laboratorium Robotika dan Sistem Cerdas}
\renewcommand{\headrulewidth}{1pt}
\fancyfoot[C]{%
\includegraphics[width=\textwidth]{Cover/img/footer.png}
}
\renewcommand{\footrulewidth}{0pt}
}
\fancyhf{}
\fancyhead[R]{\thepage}
\fancyfoot[C]{
\includegraphics[width=\textwidth]{Cover/img/footer.png}
}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\begin{document}
% Ubah Bahasa sesuai dengan keinginan
\selectlanguage{bahasa}
\thispagestyle{fancy}
\pagenumbering{arabic}
\setcounter{page}{1}
\setlist[itemize]{itemsep=0pt, parsep=0pt} % Untuk itemize
\setlist[enumerate]{itemsep=0pt, parsep=0pt} % Untuk enumerate
\input{P4/SMD.tex}
\end{document}