diff --git a/chapters/Grundlagen.tex b/chapters/Grundlagen.tex index 10a9688..a4c1874 100644 --- a/chapters/Grundlagen.tex +++ b/chapters/Grundlagen.tex @@ -124,7 +124,7 @@ zu können und diese so in Relation zu setzen definieren wir Funktoren. sodass $\mathcal{F}(f\circ g)=\mathcal{F}(f)\circ\mathcal{F}(g)$ \end{itemize} \begin{center} - \begin{tikzpicture} + \begin{tikzpicture}[baseline=-15mm] \node(A) at (0,0){$A$}; \node(C) at (0,-3){$C$}; \node(B) at (1,-1.5){$B$}; @@ -135,10 +135,10 @@ zu können und diese so in Relation zu setzen definieren wir Funktoren. (B) edge node[right]{$g$} (C) ; \end{tikzpicture} - \hspace{10mm} + \hspace{5mm} Wird vom Funktor abgebildet auf - \hspace{10mm} - \begin{tikzpicture} + \hspace{5mm} + \begin{tikzpicture}[baseline=-15mm] \node(A) at (0,0){$\mathcal{F}(A)$}; \node(C) at (0,-3){$\mathcal{F}(C)$}; \node(B) at (1,-1.5){$\mathcal{F}(B)$}; diff --git a/main.pdf b/main.pdf index 3aed12d..ab0b40f 100644 Binary files a/main.pdf and b/main.pdf differ