-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.tex
121 lines (90 loc) · 3.42 KB
/
addons.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
\documentclass[a4paper,oneside,english,reqno]{amsbook}
\usepackage[T1]{fontenc}
\synctex=-1
% \usepackage{xcolor}
\usepackage{babel}
\usepackage{textcomp}
\usepackage{mathrsfs}
% \usepackage{url}
\usepackage{amstext}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{stmaryrd}
\usepackage{agt}
% \usepackage{rotating}
\usepackage{subcaption}
\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 1 addons},
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}
\AtBeginDocument{\setcounter{figure}{\getrefnumber{book-LASTFIGURE}}} % TODO
\global\long\def\Low{\operatorname{Low}}
\global\long\def\Back{\operatorname{Back}}
\begin{document}
\noindent
\href{https://teachsector.com/limit/}{\includegraphics[scale=0.3]{img/Teach-Sector.jpeg}}
\noindent
Ad: Study \href{https://teachsector.com/limit/}{discontinuous analysis}, an enhanced
calculus in which every function is both differentiable and integrable.
\noindent
Ad: \href{https://teachsector.com/dforpython/}{World-best general purpose programming language}.
You won't like Python anymore.
\noindent
Ad: \href{https://science-dao.vporton.name}{Donate for science.}
\title{Algebraic General Topology. Volume 1 addons}
\author{Victor Porton}
\email{\href{mailto:[email protected]}{[email protected]}}
\urladdr{\href{http://www.mathematics21.org}{http://www.mathematics21.org}}
\date{\today}
\begin{abstract}
This file contains future addons for the free e-book ``Algebraic General
Topology. Volume 1'', which are yet not enough ripe to be included into the
book.
\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{}
\chapter{About this document}
This file contains future addons for the free e-book ``Algebraic General
Topology. Volume 1'', which are yet not enough ripe to be included into the
book.
Theorem (including propositions, conjectures, etc.) numbers in this document start from the last theorem number
in the book plus one. Theorems references inside this document are hyperlinked, but references
to theorems in the book are not hyperlinked (because PDF viewer Okular 0.20.2 does not support
Backward button after clicking a cross-document reference, and thus I want to avoid clicking such links).
\include{chap-applications}
\include{chap-groupgen}
\include{chap-covers}
\include{chap-limit-more}
\include{chap-fcd-rld-gal}
\include{chap-boolean-fcd}
\include{chap-interior}
\include{chap-pf-funcoid-filt}
\include{chap-sides}
\include{chap-backward}
\include{chap-quasiatoms}
\include{chap-cauchy}
\include{chap-tgroups}
\include{chap-micro}
\include{chap-connected2}
\include{chap-rels-are-fcd}
\include{chap-manifold}
% \printindex{}
\bibliographystyle{plain}
\bibliography{refs}
\end{document}