-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
64 lines (53 loc) · 1.5 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
63
64
\documentclass[12pt]{article}
\usepackage[left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{afterpage}
\usepackage{blindtext}
\usepackage{subfiles}
\usepackage{graphicx}
\usepackage{acronym}
\usepackage{listings}
\usepackage{xurl}
\usepackage{amsmath}
\graphicspath{ {./screenshots/} }
\addto\captionsenglish{\renewcommand{\figurename}{Screenshot}}
\title{
CYBER FORENSICS (CYFO) VT 24\\
Lab Assignment
}
\author{
Fernando M. Sanfeliz\\
\textit{\footnotesize{Dept. of Computer and Systems Sci.}}\\
\textit{\footnotesize{Stockholm University}}\\
\footnotesize{Stockholm, Sweden}\\
\footnotesize{[email protected]}
\and
Gustav Mönefors\\
\textit{\footnotesize{Dept. of Computer and Systems Sci.}}\\
\textit{\footnotesize{Stockholm University}}\\
\footnotesize{Stockholm, Sweden} \\
\footnotesize{[email protected]}
\and
Silas Pohl\\
\textit{\footnotesize{Dept. of Computer and Systems Sci.}}\\
\textit{\footnotesize{Stockholm University}}\\
\footnotesize{Stockholm, Sweden} \\
\footnotesize{[email protected]}
}
\date{\vspace{16cm}\today}
\begin{document}
\newgeometry{left=1cm, right=1cm, top=2cm, bottom=2cm}
\maketitle
\thispagestyle{empty}
\restoregeometry
\newpage
\subfile{subfiles/assignment1}
\newpage
\subfile{subfiles/assignment2}
\newpage
\subfile{subfiles/assignment3}
\newpage
\bibliographystyle{ieeetr}
\bibliography{bibliography}
\end{document}