Skip to content
Snippets Groups Projects
Commit 135fb624 authored by maaikedieuwertje's avatar maaikedieuwertje
Browse files

Merge branch 'issue_fixes'

Former-commit-id: 6b5733e29a415d1835977357b1906696d878b4dc
parents bafcbec0 7e05488e
No related branches found
Tags v0.7.3
No related merge requests found
Showing
with 0 additions and 129 deletions
File added
\documentclass{article}
\usepackage{geometry}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\input{C:/Users/Maaike/Documents/kadmos/kadmos/external/XDSM_writer/diagram_border}
\begin{document}
\input{C:/Users/Maaike/Documents/kadmos/kadmos/external/XDSM_writer/diagram_styles}
\begin{tikzpicture}
\matrix[MatrixSetup]
{
%Row 1
&
\node [DataIO] (41-EMPTY) {$a$}; &
&
&
&
&
&
&
\\
&
\node [RcgAnalysis] (41) {A}; &
\node [DataInter] (4431-41) {$c$}; &
\node [DataInter] (4432-41) {$c$}; &
&
&
&
&
\\
&
&
\node [RcgAnalysis] (4431) {D1}; &
\node [DataInter] (4432-4431) {$y1$}; &
\node [DataInter] (4433-4431) {$y1$}; &
\node [DataInter] (4631-4431) {$y1$}; &
&
\node [DataInter] (4731-4431) {$y1$}; &
\\
&
&
\node [DataInter] (4431-4432) {$y2$}; &
\node [RcgAnalysis] (4432) {D2}; &
\node [DataInter] (4433-4432) {$y2$}; &
\node [DataInter] (4631-4432) {$y2$}; &
&
&
\node [DataInter] (4732-4432) {$y2$}; \\
%Row 5
&
&
\node [DataInter] (4431-4433) {$x1$\\[1pt] $z2$\\[1pt] $z1$}; &
\node [DataInter] (4432-4433) {$z2$\\[1pt] $z1$}; &
\node [RcgAnalysis] (4433) {D3}; &
\node [DataInter] (4631-4433) {$x1$\\[1pt] $z2$}; &
\node [DataInter] (4632-4433) {$x1$\\[1pt] $z2$\\[1pt] $z1$}; &
&
\\
\node [DataIO] (EMPTY-4631) {$f$}; &
&
&
&
&
\node [RcgAnalysis] (4631) {F1}; &
&
&
\\
\node [DataIO] (EMPTY-4632) {$f$}; &
&
&
&
&
&
\node [RcgAnalysis] (4632) {F2}; &
&
\\
\node [DataIO] (EMPTY-4731) {$g1$}; &
&
&
&
&
&
&
\node [RcgAnalysis] (4731) {G1}; &
\\
\node [DataIO] (EMPTY-4732) {$g2$}; &
&
&
&
&
&
&
&
\node [RcgAnalysis] (4732) {G2}; \\
%Row 10
};
\begin{pgfonlayer}{data}
\path
% Horizontal edges
(41) edge [DataLine] (4432-41)
(4431) edge [DataLine] (4731-4431)
(4431-4432) edge [DataLine] (4732-4432)
(4431-4433) edge [DataLine] (4632-4433)
(EMPTY-4631) edge [DataLine] (4631)
(EMPTY-4632) edge [DataLine] (4632)
(EMPTY-4731) edge [DataLine] (4731)
(EMPTY-4732) edge [DataLine] (4732)
% Vertical edges
(41-EMPTY) edge [DataLine] (41)
(4431-41) edge [DataLine] (4431-4433)
(4432-41) edge [DataLine] (4432-4433)
(4433-4431) edge [DataLine] (4433)
(4631-4431) edge [DataLine] (4631)
(4632-4433) edge [DataLine] (4632)
(4731-4431) edge [DataLine] (4731)
(4732-4432) edge [DataLine] (4732)
;
\end{pgfonlayer}
\end{tikzpicture}
\end{document}
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment