-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
volume-2.tex
96 lines (70 loc) · 2.34 KB
/
volume-2.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
\documentclass[a4paper,oneside,english,reqno]{amsbook}
\usepackage[T1]{fontenc}
\synctex=-1
% \usepackage{xcolor}
% \usepackage{hyperref}
\usepackage{babel}
\usepackage{textcomp}
\usepackage{mathrsfs}
\usepackage{url}
\usepackage{amstext}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{stmaryrd}
\usepackage{agt}
\makeindex
% \usepackage[all]{xy}
% \usepackage[unicode=true,
% bookmarks=true,bookmarksnumbered=true,bookmarksopen=false,
% breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=true]
% {hyperref}
\hypersetup{pdftitle={Algebraic General Topology. Volume 2 partial draft},
pdfauthor={Victor Porton},
pdfsubject={general topology},
pdfkeywords={algebraic general topology,quasi-uniform spaces,generalizations of proximity spaces,generalizations of nearness spaces,generalizations of uniform spaces}}
\usepackage{xr,refcount}
\externaldocument[book-]{volume-1}
\newcommand{\bookref}[1]{\ref*{book-#1}}
% Continue numbering of book.pdf
\setcounter{thm}{\getrefnumber{book-finalthm}}
\addtocounter{thm}{-1}
\newcommand{\cont}{\operatorname{cont}}
\begin{document}
\title{Algebraic General Topology. Volume 2 partial draft}
\author{Victor Porton}
\email{\href{mailto:porton@narod.ru}{porton@narod.ru}}
\urladdr{\href{http://www.mathematics21.org}{http://www.mathematics21.org}}
\date{\today}
\begin{abstract}
Partial rough draft of volume 2 of Algebraic General Topology book.
This volume is meant to contain materials which refer to more advanced
prerequisites than plain ZFC (such as category theory and classical pointfree
topology). This is a \textbf{very} rough draft.
\end{abstract}
\keywords{algebraic general topology, quasi-uniform spaces, generalizations
of proximity spaces, generalizations of nearness spaces, generalizations
of uniform spaces}
\subjclass[2000]{54J05, 54A05, 54D99, 54E05, 54E15, 54E17, 54E99}
\maketitle
\tableofcontents{}
This file is a rough draft.
It is a continuation of \cite{volume-1}.
\include{chap-v2intro}
\include{chap-product}
\include{chap-equalizers}
\include{chap-filt-cat}
\include{chap-filt-power}
\include{chap-tensor}
\include{chap-fcd-top}
\include{chap-fcd-closed}
\include{chap-pf-cat}
\include{chap-prod-new}
\include{chap-compact}
\include{chap-frames}
\include{chap-sing}
TODO: not yet written
% \printindex{}
\bibliographystyle{plain}
\bibliography{refs}
\end{document}