-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
146 lines (115 loc) · 4.26 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
\newcommand{\electronic}[2]{#2} % #1 = printer friendly version, #2 = screen viewing version
\electronic{\documentclass[11pt,article]{memoir}}{\documentclass[11pt,article,openany]{memoir}}
\usepackage{amsmath,amssymb, amsthm}
\usepackage[usenames,dvipsnames]{xcolor}
\definecolor{darkgreen}{rgb}{0,0.5,0}
\definecolor{darkblue}{rgb}{0,0,0.5}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage[pdftex,bookmarks,raiselinks,pageanchor,hyperindex,colorlinks,\electronic{urlcolor=black,linkcolor=black,citecolor=black}{urlcolor=darkblue,linkcolor=darkblue,citecolor=darkgreen}]{hyperref}
\usepackage{lstdoc}
\usepackage{longtable}
\usepackage{overpic}
\usepackage{tikz}
\usepackage{wrapfig}
\usepackage{enumitem}
\hyphenation{topo-lo-gi-cal}
\hyphenation{ho-meo-mor-phism}
\electronic{\setlrmarginsandblock{*}{4.0cm}{0.75}}{\setlrmarginsandblock{*}{3.5cm}{1}}
\setulmarginsandblock{3.0cm}{*}{1.2}
\checkandfixthelayout
\renewcommand{\bibname}{References}
\urlstyle{sf}
\newcommand{\relmiddle}[1]{\mathrel{}\middle#1\mathrel{}}
\newcommand{\abs}[1]{\lvert #1 \rvert}
\newcommand{\Abs}[1]{\lVert #1 \rVert}
\newcommand{\dd}{\partial}
\newcommand{\diam}{\operatorname{diam}}
\newcommand{\id}{\mathrm{id}}
\newcommand{\Int}{\operatorname{Int}}
\newcommand{\supp}{\operatorname{supp}}
\newcommand{\inv}{\mathrm{rev}}
\renewcommand{\bar}{\overline}
\renewcommand{\hat}{\widehat}
\newcommand{\bbR}{\mathbb{R}}
\newcommand{\bbRP}{\mathbb{R}\mathrm{P}}
\newcommand{\bbC}{\mathbb{C}}
\newcommand{\bbN}{\mathbb{N}}
\newcommand{\bbQ}{\mathbb{Q}}
\newcommand{\bbZ}{\mathbb{Z}}
\newcommand{\calB}{\mathcal{B}}
\newcommand{\calC}{\mathcal{C}}
\newcommand{\calP}{\mathcal{P}}
\newcommand{\calT}{\mathcal{T}}
\newcommand{\calU}{\mathcal{U}}
\newcommand{\calV}{\mathcal{V}}
\newcommand{\GL}{\mathrm{GL}}
\newcommand{\eps}{\varepsilon}
\renewcommand{\epsilon}{\varepsilon}
\renewcommand{\phi}{\varphi}
\theoremstyle{plain}
\newtheorem{lem}{Lemma}[section]
\newtheorem{thm}[lem]{Theorem}
\newtheorem{prop}[lem]{Proposition}
\newtheorem{fact}[lem]{Fact}
\newtheorem{cor}[lem]{Corollary}
\newtheorem{badjoke}[lem]{Bad joke}
\theoremstyle{definition}
\newtheorem{defn}[lem]{Definition}
\newtheorem{example}[lem]{Example}
\theoremstyle{remark}
\newtheorem{rem}[lem]{Remark}
\makechapterstyle{combined}{
\setlength{\midchapskip}{10pt}
\setlength{\afterchapskip}{2.5cm}
\renewcommand*{\printchaptername}{}
\renewcommand*{\chapnumfont}{\normalfont\sffamily\bfseries\fontsize{42}{0}\selectfont}
\renewcommand*{\printchapternum}{\flushright\normalfont\sffamily\Huge\bfseries Chapter \chapnumfont{\thechapter}}
\renewcommand*{\chaptitlefont}{\normalfont\sffamily\bfseries\Huge}
\renewcommand*{\printchaptertitle}[1]{\bfseries\chaptitlefont{##1}}
%\raggedright\chaptitlefont\parbox[t]{\textwidth}{\raggedright##1}}
}
\chapterstyle{combined}
\renewcommand{\secheadstyle}{\sffamily\LARGE\bfseries}
\renewcommand{\subsecheadstyle}{\sffamily\Large\bfseries}
\counterwithout{section}{chapter}
\setsecnumdepth{subsection}
\setcounter{tocdepth}{2}
\makeindex
%%%%% End preample
\begin{document}
% Commands related to the index and the list of translations.
% This one is largely taken from
% https://tex.stackexchange.com/questions/19746/cunning-latex-tricks/19761#19761
\makeatletter
\let\alist\@empty
\newcommand{\addtolist}[2]{\lst@lAddTo#1{#2}}
\newcommand{\trans}[2]{\addtolist{\alist}{#1#2,}\expandafter\gdef\csname#1#2\endcsname{#1\cr\relax}\lst@BubbleSort{\alist}}
\newcommand{\wordexp}[4]{\emph{#1} (sv: \emph{#2})\index{#3}\addtolist{\alist}{#3#4,}\expandafter\gdef\csname#3#4\endcsname{#3\cr\relax}\lst@BubbleSort{\alist}}
\newcommand{\word}[2]{\wordexp{#1}{#2}{#1}{#2}}
\newcommand{\wordnotrans}[2]{\emph{#1} (sv: \emph{#2})\index{#1}}
\frontmatter
\input{content/frontpage}
\tableofcontents
\input{content/preface}
\input{content/introduction}
\mainmatter
\input{content/set-theory}
\input{content/topological-spaces}
\input{content/homeomorphisms}
\input{content/connectedness}
\input{content/compactness}
\input{content/separation}
\input{content/manifolds}
\input{content/homotopy}
\backmatter
\appendix
\include{content/exercises}
\printindex
\include{content/dictionary}
\setlength\bibitemsep{0pt}
\bibliographystyle{is-alpha}
\bibliography{references}
\end{document}