mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-04 09:11:39 -05:00
2 cell arrow example for CAT
This commit is contained in:
parent
458990135f
commit
c4d65b5da9
1 changed files with 18 additions and 0 deletions
18
Material/CAT/2 cells arrows example.tex
Normal file
18
Material/CAT/2 cells arrows example.tex
Normal file
|
@ -0,0 +1,18 @@
|
|||
% arara: pdflatex
|
||||
|
||||
\documentclass{article}
|
||||
\usepackage{tikz-cd}
|
||||
|
||||
\begin{document}
|
||||
% \begin{tikzcd}[row sep=tiny]
|
||||
% C(K,A) \arrow[r, "C(K,f)"] & C(K,B)
|
||||
% \end{tikzcd}
|
||||
\begin{tikzcd}[row sep=tiny]
|
||||
W \arrow[dd, "f"'] & B \arrow[dd, "d"] \arrow[dr, "q"]& \\
|
||||
\arrow[r,maps to, shorten=1mm]
|
||||
& \ & A
|
||||
\arrow[dl, "x"]\\
|
||||
K & C & \\
|
||||
g \arrow[r,maps to] & gf
|
||||
\end{tikzcd}
|
||||
\end{document}
|
Loading…
Add table
Reference in a new issue