summaryrefslogtreecommitdiff
path: root/latex/stdlib.tex
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2024-02-10 02:22:14 +0100
committeradelon <22380201+adelon@users.noreply.github.com>2024-02-10 02:22:14 +0100
commit442d732696ad431b84f6e5c72b6ee785be4fd968 (patch)
treeb476f395e7e91d67bacb6758bc84914b8711593f /latex/stdlib.tex
Initial commit
Diffstat (limited to 'latex/stdlib.tex')
-rw-r--r--latex/stdlib.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/latex/stdlib.tex b/latex/stdlib.tex
new file mode 100644
index 0000000..3673801
--- /dev/null
+++ b/latex/stdlib.tex
@@ -0,0 +1,46 @@
+\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/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}
+\end{document}