summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/commutative-diagrams/tikzlibrarycommutative-diagrams.code.tex
blob: eabf14dd069aa473e546e6aae6022b2c17d93a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%
% CoDi: Commutative Diagrams for TeX
% Copyright (c) 2015-2020 Paolo Brasolin <paolo.brasolin@gmail.com>
% SPDX-License-Identifier: MIT
%
% This file is part of CoDi 1.0.0, released on 2020/06/06 under MIT license.
%

%==[ dependencies graph ]=======================================================

% NOTE: arrow notation means targets require sources.
% TODO: does mandyas depend upon ramma?

%====[ TikZ/pgf standard libraries ]===============%
%                                                  %
%      calc ------------------------------------.  %
%      matrix -------------------------------.  |  %
%                                            |  |  %
%====[ Volatile layer: TikZ bugfixes ]=======|==|==%
%                                            |  |  % 
%      commutative-diagrams.diorthono        |  |  %
%                                            |  |  %
%====[ Inner layer: base infrastructure ]====|==|==%
%                                            |  |  %
%  ,-> commutative-diagrams.ektropi ------.  |  |  %
%  |   commutative-diagrams.bapto --------|  |  |  %
%  |   commutative-diagrams.katharizo ----|  |  |  %
%  `-- commutative-diagrams.koinos ----.  |  |  |  %
%  ,---'                               |  |  |  |  %
%==|=[ Middle layer: custom parsers ]==|==|==|==|==%
%  |                                   |  |  |  |  %
%  |-- commutative-diagrams.mitra <----+--|--'  |  %
%  |-- commutative-diagrams.ozos <-----|  |     |  %
%  |-- commutative-diagrams.velos <----'  |     |  %
%  |                                      |     |  %
%==|=[ Outer layer: user interface ]======|=====|==%
%  |                                      |     |  %
%  `-> commutative-diagrams.ramma <-------'     |  %
%      commutative-diagrams.mandyas <-----------'  %
%                                                  %
%==================================================%

% Given the graph above, these suffice to encompass the whole library:

\usetikzlibrary[commutative-diagrams.diorthono]
\usetikzlibrary[commutative-diagrams.ramma]
\usetikzlibrary[commutative-diagrams.mandyas]