From c4d65b5da920a44b0f0d8039b0747e9da0669f59 Mon Sep 17 00:00:00 2001 From: Ameyah Date: Mon, 29 Apr 2019 01:13:00 +0200 Subject: [PATCH] 2 cell arrow example for CAT --- Material/CAT/2 cells arrows example.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Material/CAT/2 cells arrows example.tex diff --git a/Material/CAT/2 cells arrows example.tex b/Material/CAT/2 cells arrows example.tex new file mode 100644 index 0000000..c8c23a2 --- /dev/null +++ b/Material/CAT/2 cells arrows example.tex @@ -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} \ No newline at end of file