category-theory/main.tex
2022-09-27 03:17:44 +02:00

27 lines
No EOL
667 B
TeX

\documentclass[11pt]{article}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{biolinum}
\usepackage[a4paper]{geometry}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{thmtools}
\usepackage{mathrsfs}
\usepackage{mathtools}
\biolinum
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{example}{Beispiel}[section]
\newcommand{\ob}{\mathsf{ob}\text{ }}
\newcommand{\mor}[3]{\mathsf{Hom}_#1(#2,#3)}
\newcommand{\cat}[1]{\textnormal{\textsf{\textbf{#1}}}}
\begin{document}
\include{./chapters/deckblatt.tex}
\include{./chapters/motivation.tex}
\include{./chapters/Grundlagen.tex}
\end{document}