diff options
Diffstat (limited to 'src/Lecture3/slides/4-TikZ.vrb')
| -rw-r--r-- | src/Lecture3/slides/4-TikZ.vrb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/Lecture3/slides/4-TikZ.vrb b/src/Lecture3/slides/4-TikZ.vrb new file mode 100644 index 0000000..e44a4eb --- /dev/null +++ b/src/Lecture3/slides/4-TikZ.vrb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | \frametitle{Examples} | ||
| 2 | \begin{tabular}{c|l} | ||
| 3 | \begin{tikzcd} X\arrow[r,dashed,"f"] & Y \end{tikzcd} & | ||
| 4 | \begin{tabular}{l} | ||
| 5 | \texttt{X \bs arrow[r,dashed,"f"] \& Y} | ||
| 6 | \end{tabular} \\ | ||
| 7 | & \quad \\ | ||
| 8 | \begin{tikzcd} | ||
| 9 | A\arrow[r,bend right,"\pi^2"] & B\arrow[r,bend left,tail] & C | ||
| 10 | \end{tikzcd} & | ||
| 11 | \begin{tabular}{l} | ||
| 12 | \texttt{A \bs arrow[r,bend right,"\bs pi\^{}2"] \&} \\ | ||
| 13 | \texttt{B \bs arrow[r,bend left,tail] \& C} | ||
| 14 | \end{tabular} \\ | ||
| 15 | & \quad \\ | ||
| 16 | \begin{tikzcd} | ||
| 17 | A \arrow[d,"1"'] \arrow[dr,"2"] & B \\ | ||
| 18 | C & D \arrow[l] \arrow[u,out=45,in=0] | ||
| 19 | \end{tikzcd} & | ||
| 20 | \begin{tabular}{l} | ||
| 21 | \texttt{A \bs arrow[d,"1"'] \bs arrow[dr,"2"] \& B \bs\bs} \\ | ||
| 22 | \texttt{C \& D \bs arrow[l] \bs arrow[u,out=45,in=0]} | ||
| 23 | \end{tabular} | ||
| 24 | \end{tabular} | ||
