add clipping examples

This commit is contained in:
Marei (peiTeX)
2022-03-26 18:36:22 +01:00
parent a4220f4cce
commit 63b2809d9a

View File

@@ -33,6 +33,10 @@
% node distance=5mm,
]
\clip<2>(0,0)rectangle(\textwidth,-\textheight);
\clip<3>(\textwidth,0)rectangle(2\textwidth,-\textheight);
\node [st] (we) {Werk};
\node [cn, below =of we] (wt) {Werk teilen?};
\node [cn, right =of wt] (na) {Namensnenung};