-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
56 lines (43 loc) · 1.11 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
\documentclass[11pt]{cauchy}
\usepackage{mlmodern}
\usepackage{mathsphystools}
\usepackage{thmstyles}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{tikz}
\usepackage{tikz-cd}
\tikzset{>=stealth}
\tikzcdset{arrow style=tikz}
\setlist[enumerate,1]{label=(\roman*)}
\setlist[enumerate,2]{label=\alph*.}
\newcommand{\oB}{B}
\newcommand{\cB}{\overline{B}}
\newcommand{\cover}[1]{\mathcal{#1}}
\newcommand{\homeo}{\cong}
\title{Norms, Metrics and Topologies}
\subtitle{Lecture Notes}
\author{Rashid M. Talha}
\affiliation{School of Natural Sciences, NUST}
\date{\today}
\begin{document}
\input{additional/fulltitle}
\frontmatter
\tableofcontents\clearpage
\input{additional/abstract}
% \input{additional/acknowledgements}
\mainmatter
\input{chapters/review}
\input{chapters/normedspaces}
\input{chapters/metricspaces}
\input{chapters/topologicalspaces}
\input{chapters/compactness}
\input{chapters/connectedness}
% \appendix
% \input{chapters/app-vectorspaces}
% \input{chapters/app-sequences}
\nocite{*}
\clearpage
{\small\bibliography{references}}
% \backmatter
% \input{additional/aboutauthor}
\end{document}