diff options
Diffstat (limited to 'tikz/attack/4att.tex')
-rw-r--r-- | tikz/attack/4att.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tikz/attack/4att.tex b/tikz/attack/4att.tex new file mode 100644 index 0000000..009b58a --- /dev/null +++ b/tikz/attack/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} + |