From dad4f833657dbdeb77f32821a3a5a9b1e76b7217 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 18 Oct 2021 17:03:27 +0200 Subject: [PATCH] Work on the loop figure --- tex/4-loop.tex | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tex/4-loop.tex b/tex/4-loop.tex index 689cb6f..f73dc5c 100644 --- a/tex/4-loop.tex +++ b/tex/4-loop.tex @@ -221,10 +221,13 @@ The point of this chapter is saying that previous chapters should be part of thi \tikzexternalenable \begin{tikzpicture} \small - \node[x=1mm, y=1mm, anchor=center, minimum width=84mm,minimum height=12mm, inner sep=0,fill=black!10, outer sep=0]() at (14,0) {}; - \node[x=1mm, y=1mm, anchor=west, text width=1cm]() at (30,0) {\textbf{Physical World}}; - \node[x=1mm, y=1mm, anchor=west, text width=1cm]() at (30,10) {\textbf{Mind}}; - \node[x=1mm, y=1mm, anchor=west, text width=1cm]() at (30,-10) {\textbf{Computation}}; + %\node[x=1mm, y=1mm, anchor=center, minimum width=84mm,minimum height=12mm, inner sep=0,fill=black!10, outer sep=0]() at (14,0) {}; + \node[x=1mm, y=1mm, anchor=west, text width=1.2cm]() at (30,0) {\textbf{Physical World}}; + \node[x=1mm, y=1mm, anchor=west, text width=1.2cm]() at (30,10) {\textbf{Mind}}; + \node[x=1mm, y=1mm, anchor=west, text width=1.2cm]() at (30,-10) {\textbf{Computation}}; + + \fill[x=1mm, y=1mm, color=black!10] (0,0) -- (45:30) arc[start angle=45, end angle=-45, radius=30] -- cycle; + \fill[x=1mm, y=1mm, color=black!10] (0,0) -- (135:30) arc[start angle=135, end angle=225, radius=30] -- cycle; %\bigbottomarrow{cellblue}{12}{4}{180}{360}{30}{}{System}{white} %\bigbottomarrow{cellred}{12}{4}{0}{180}{30}{User}{}{white} -- 2.30.2