-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
46 lines (39 loc) · 1.23 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
\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}
\title{Laporan Workshop Telematika \\ Dasar Telematika} % Ganti sesuai modul praktikum yang diikuti
\author{Moh. Iqbal Fatchurozi \\ 5024201009} % Ganti dengan NRP dan Nama Kalian
\date{}
\fancypagestyle{firstpageheader}{
\fancyhf{}
\fancyhead[L]{\includegraphics[height=1.5cm]{img/logodepart.png}}
\fancyhead[R]{Institut Teknologi Sepuluh Nopember \\ Departemen Teknik Komputer \\ Laboratorium Robotika dan Sistem Cerdas}
\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_TugasPendahuluan.tex}
\input{bab/2_AnalisisHasilPercobaan.tex}
\input{bab/3_Lampiran.tex}
\end{document}