-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
62 lines (54 loc) · 1.54 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{enumitem}
\usepackage{lipsum}
\usepackage[bahasa]{babel}
\usepackage{subcaption}
\usepackage{float}
\usepackage{indentfirst}
\usepackage{subcaption}
\title{Laporan Praktikum Jaringan Komputer \\ Dasar Telematika} % Ganti sesuai modul praktikum yang diikuti
\author{
Moh. Iqbal Fatchurozi - 5024201009\\
\and
Moh. Iqbal Fatchurozi - 5024201009\\
\and
Moh. Iqbal Fatchurozi - 5024201009\\
\and
Moh. Iqbal Fatchurozi - 5024201009\\
}
\date{}
\fancypagestyle{firstpageheader}{
\fancyhf{}
\fancyhead[L]{\includegraphics[height=1.5cm]{img/logodepart.png}}
\fancyhead[R]{Institut Teknologi Sepuluh Nopember \\ Departemen Teknik Komputer \\ Laboratorium Multimedia \emph{Internet of Things}}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{%
\includegraphics[width=\textwidth]{img/footer.png}
}
\renewcommand{\footrulewidth}{0pt} % No line in the footer
}
\fancyhf{}
\fancyfoot[C]{%
\includegraphics[width=\textwidth]{img/footer.png}
}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\pagestyle{fancy}
\begin{document}
\selectlanguage{bahasa}
\maketitle
\thispagestyle{firstpageheader}
\input{bab/1_Pendahuluan.tex}
\input{bab/2_Tujuan.tex}
\input{bab/3_Alatdanbahan.tex}
\input{bab/4_Topologi.tex}
\input{bab/5_TahapanPercobaan.tex}
\input{bab/6_HasilPercobaan.tex}
\input{bab/7_TugasModul.tex}
\input{bab/8_Kesimpulan.tex}
\input{bab/9_Lampiran.tex}
\end{document}