-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.tex
32 lines (27 loc) · 937 Bytes
/
Project.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
\documentclass{article}
\usepackage[dvipsnames]{xcolor}
\usepackage[UKenglish]{isodate}
\usepackage{amsmath, amsthm, amsfonts, bbm}
\usepackage[a4paper, left=30mm, right=30mm, top=20mm, bottom=20mm]{geometry}
\usepackage{mathtools}
\usepackage{float}
\usepackage[font={small, sl}, labelfont=bf, justification=centering]{caption}
\usepackage[tight]{subfigure}
\usepackage[toc, page]{appendix}
\usepackage{minted}
\usepackage{IEEEtrantools}
\usepackage{xargs}
\usepackage[shortlabels]{enumitem}
\usepackage{nameref}
\usepackage{hyperref}
\usepackage{amsrefs}
\input{Commands}
\title{The Lebesgue Integral\vskip 2mm \large\it From $\sigma$-algebras to simple functions; \\ building up to defining the Lebesgue Integral}
\author{Author: Daniel Ajibola Adelodun \\ Supervisor: Professor Gromov \\ Third Year Project}
\date{\today}
\begin{document}
\input{Cover}
\input{Introduction}
\input{Motivation}
\input{Appendix}
\end{document}