blob: 9879708ac17e54442c6a0f28d95372c0c9f7b7ae (
plain)
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
|
\documentclass{scrartcl}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{comment}
\usepackage{cleveref}
\usepackage{naproche}
\crefdefaultlabelformat{[#2#1#3]}
%\creflabelformat{theoremcount}{[#2#1#3]}
\begin{document}
\tableofcontents
\input{../library/set.tex}
\input{../library/set/cons.tex}
\input{../library/set/suc.tex}
\input{../library/set/symdiff.tex}
\input{../library/set/product.tex}
\input{../library/set/powerset.tex}
\input{../library/set/bipartition.tex}
\input{../library/set/partition.tex}
\input{../library/set/cantor.tex}
\input{../library/set/filter.tex}
\input{../library/set/regularity.tex}
\input{../library/set/fixpoint.tex}
\input{../library/relation.tex}
\input{../library/relation/properties.tex}
\input{../library/order/quasiorder.tex}
\input{../library/relation/equivalence.tex}
\input{../library/relation/closure.tex}
\input{../library/relation/uniqueness.tex}
\input{../library/function.tex}
\input{../library/ordinal.tex}
\input{../library/nat.tex}
\input{../library/cardinal.tex}
\input{../library/algebra/magma.tex}
\input{../library/algebra/semigroup.tex}
\input{../library/algebra/monoid.tex}
\input{../library/algebra/group.tex}
%\input{../library/algebra/quasigroup.tex}
%\input{../library/algebra/loop.tex}
\input{../library/order/order.tex}
\input{../library/order/semilattice.tex}
\input{../library/topology/topological-space.tex}
\input{../library/topology/basis.tex}
\input{../library/topology/disconnection.tex}
\input{../library/numbers.tex}
\input{../library/topology/urysohn.tex}
\input{../library/topology/urysohn2.tex}
\input{../library/topology/real-topological-space.tex}
%\input{../library/wunschzettel.tex}
\end{document}
|