-
Notifications
You must be signed in to change notification settings - Fork 1
/
main_ENG.tex
78 lines (72 loc) · 2.18 KB
/
main_ENG.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
\documentclass[titlepage,11pt]{article}
\usepackage{enumitem}
\usepackage{listings}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[font=small,labelfont=bf]{caption}
\usepackage[bahasa, english]{babel}
\usepackage{float}
\usepackage{verbatim}
\usepackage{graphicx,tabularx,multirow}
\usepackage{xcolor}
\usepackage[onehalfspacing]{setspace}
\usepackage[
allcolors=visigrey,
colorlinks=true,
]{hyperref}
\usepackage[a4paper,left=2cm,right=2cm]{geometry}
%Code listing style pak akok
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour}, commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\small\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=t,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
frame = single,
tabsize=2
}
\lstset{style=mystyle}
\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[utf8]{inputenc}
\usepackage{tgheros}
\renewcommand*\familydefault{\sfdefault}
\setcounter{tocdepth}{6}
\def\autor{Laboratory }
\def\lab{Multimedia and Internet of Things}
\def\departemen{Computer Engineering Department}
\def\institut{Institut Teknologi Sepuluh Nopember}
\def\praktikum{Basic Programming \\ Practicum}
% Ubah Judul sesuai dengan modul
\def\judul{Title}
\def\tahun{2024}
\begin{document}
% Ubah Bahasa sesuai dengan keinginan
% english (Bahasa Inggris)
% bahasa (Bahasa Indonesia)
\selectlanguage{english}
\input{Cover/Header.tex}
% Pilih Modul yang akan di build
% \input{P1/IntroductiontoCLanguage_ENG.tex}
% \input{P2/StringArrayBranchingLoop_ENG.tex}
% \input{P3/FunctionsandRecursion_ENG.tex}
% \input{P4/PointerandStruct_ENG.tex}
\end{document}