From 1fd2213192d22880706440e7f724bdc6db966ee0 Mon Sep 17 00:00:00 2001 From: Juan Marin Noguera Date: Tue, 22 Aug 2023 17:56:56 +0200 Subject: Añadida presentación MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- present/fig/cat-assoc.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 present/fig/cat-assoc.tex (limited to 'present/fig/cat-assoc.tex') diff --git a/present/fig/cat-assoc.tex b/present/fig/cat-assoc.tex new file mode 100644 index 0000000..b769666 --- /dev/null +++ b/present/fig/cat-assoc.tex @@ -0,0 +1,16 @@ +\documentclass[12pt]{standalone} +\input{head} +\begin{document} +\begin{tikzpicture}\selectlanguage{english} + \path (0,2) node(A) {$a$} (2,2) node(B) {$b$} + (0,0) node(C) {$c$} (2,0) node(D) {$d$}; + \draw[->] (A) -- node[above]{$f$} (B); + \draw[->] (B) -- node[right]{$h\circ g$} (D); + \draw[->] (A) -- node[left]{$g\circ f$} (C); + \draw[->] (C) -- node[below]{$h$} (D); +\end{tikzpicture} +\end{document} +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: -- cgit v1.2.3