From 8bbc035c904791895e2f55245348b9f27af8ea9b Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Thu, 7 Nov 2024 11:36:14 +0100 Subject: initial commit --- tikz/4att.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tikz/4att.tex (limited to 'tikz/4att.tex') diff --git a/tikz/4att.tex b/tikz/4att.tex new file mode 100644 index 0000000..009b58a --- /dev/null +++ b/tikz/4att.tex @@ -0,0 +1,20 @@ +\begin{tikzpicture} + + \def \h{4} + \def \s{1} + + \draw (0,0) rectangle (\h,\h); + \node (a) at (1,1) {$id$}; + + \draw (\h+\s,0) rectangle (2*\h+\s,\h); + \node (a) at (1,1) {$1-id$}; + + \draw (0,\h+\s) rectangle (\h,2*\h+\s); + \node (a) at (1,1) {$0$}; + + \draw (\h+\s,\h+\s) rectangle (2*\h+\s,2*\h+\s); + \node (a) at (1,1) {$1$}; + + +\end{tikzpicture} + -- cgit v1.2.3