-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
74 lines (54 loc) · 1.45 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
65
66
67
68
69
70
71
72
73
74
\documentclass{report}
\usepackage[english]{babel}
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{fancyhdr}
\usepackage{sectsty}
\usepackage{amsmath}
\usepackage{listings}
\usepackage{subcaption}
\usepackage{caption}
\usepackage{amssymb}
\usepackage[parfill]{parskip}
\usepackage{lipsum}
\usepackage{minted}
\usepackage{xcolor}
\usepackage{caption}
\definecolor{LightGray}{gray}{0.9}
\lstdefinestyle{base}{
language=bash,
moredelim=**[is][\color{white}]{@}{@},
}
\title{ENG5261: Quantum Electronic Devices}
\author{Lab Report}
\date{Alban Joseph}
\begin{document}
\begin{titlepage}
\begin{center}
.\\
\vspace{2cm}
{\Huge ENG5261: Quantum Electronic Devices}\\
\vspace{0.2cm}
{\large Lab Report}
\vspace{60pt}
\begin{figure}[ht]
\centering
\includegraphics[width=0.4\textwidth]{University_of_Glasgow_Coat_of_Arms.jpg}
\end{figure}
\normalsize
\vfill %switch these comments around to include space for Coat of Arms
Alban Joseph\\
University of Glasgow\\
2022
\vspace{40pt}
Word Count: 1498\\
\end{center}
\end{titlepage}
\clearpage
\include{lab2/lab2.tex}
\appendix
\include{lab1/lab1.tex}
\include{lab3/lab3.tex}
\end{document}