blob: d1a8ece64795eededae8f5cf7161e5143423589c (
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.1, released on 2020/06/11 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]
|