- Commit
- f758de9840214b17e76ddbaaaf0a848e23919f5b
- Parent
- 174528a4ed476443a7ad81d5757b7ffde65bc500
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Updated the notation of projective systems
A collection of TikZ drawings and other images 🖌️
Updated the notation of projective systems
2 files changed, 4 insertions, 4 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | projective-system-universal-property.tikz | 2 | 1 | 1 |
Modified | projective-system.tikz | 6 | 3 | 3 |
diff --git a/projective-system-universal-property.tikz b/projective-system-universal-property.tikz @@ -19,7 +19,7 @@ \draw[dotted, ->] (m-1-2) -- node[right]{$\theta$} (m-2-2); % The arrow from the projective system - \draw[->] (m-3-3) -- node[below]{$\phi_{i, j}$} (m-3-1); + \draw[->] (m-3-3) -- node[below]{$\phi_{i j}$} (m-3-1); % The arrows from the compatible family of morphisms \draw[->] (m-1-2)
diff --git a/projective-system.tikz b/projective-system.tikz @@ -8,8 +8,8 @@ X_i \& \& X_k \\}; % The arrows - \draw[->] (m-2-3) -- node[below]{$\phi_{i, k}$} (m-2-1); - \draw[->] (m-1-2) -- node[above left]{$\phi_{i, j}$} (m-2-1); - \draw[->] (m-2-3) -- node[above right]{$\phi_{j, k}$} (m-1-2); + \draw[->] (m-2-3) -- node[below]{$\phi_{i k}$} (m-2-1); + \draw[->] (m-1-2) -- node[above left]{$\phi_{i j}$} (m-2-1); + \draw[->] (m-2-3) -- node[above right]{$\phi_{j k}$} (m-1-2); \end{tikzpicture}