Lizenzen nochmal anders verteilt für eine besssere Darstellung im Falle der Aufteilung auf zwei Folien

This commit is contained in:
Falk Zscheile
2022-03-26 19:01:21 +01:00
parent 63b2809d9a
commit 84d0f13a46

View File

@@ -28,13 +28,13 @@
inner sep=2pt,
fill=red!10,
draw=red,
text width=2.5cm
text width=1.5cm
},
% node distance=5mm,
node distance=7mm,
]
\clip<2>(0,0)rectangle(\textwidth,-\textheight);
\clip<3>(\textwidth,0)rectangle(2\textwidth,-\textheight);
%\clip<2>(0,0)rectangle(\textwidth,-\textheight);
%\clip<3>(\textwidth,0)rectangle(2\textwidth,-\textheight);
\node [st] (we) {Werk};
@@ -45,11 +45,11 @@
\node [cn, right= of na] (wb_01) {bearbeiten};
\node [cn, right= of wb_01] (sa) {share alike};
\node [cn, below= of sa] (wk_03) {kommerziell};
\node [op, left= of wk_03] (by-sa-nc) {CC-BY-SA-NC};
\node [op, below= of wk_03] (by-sa) {CC-BY-SA};
\node [op, below= of wk_03] (by-sa-nc) {CC-BY-SA-NC};
\node [op, right= of wk_03] (by-sa) {CC-BY-SA};
\node [cn, above= of wb_01] (wk_02) {kommerziell};
\node [op, right = of wk_02] (nc-nd) {CC-BY-NC-ND};
\node [op, left= of wk_02] (nd) {CC-BY-ND};
\node [op, above = of wk_02] (nc-nd) {CC-BY-NC-ND};
\node [op, right= of wk_02] (nd) {CC-BY-ND};
% Abzweigung von Wekt teilen (wt)
\node [op, below =of wt] (no_cc) {keine CC};
@@ -63,9 +63,9 @@
(wb_01) edge node [above] {ja} (sa)
(wb_01) edge node [left] {nein} (wk_02)
(sa) edge node [right] {ja} (wk_03)
(wk_03) edge node [below] {nein} (by-sa-nc)
(wk_03) edge node [right] {ja} (by-sa)
(wk_02) edge node [above] {nein} (nc-nd)
(wk_03) edge node [right] {nein} (by-sa-nc)
(wk_03) edge node [above] {ja} (by-sa)
(wk_02) edge node [right] {nein} (nc-nd)
(wk_02) edge node [above] {ja} (nd);