From d6f8569bdc46d0f2f190b39d09fa48a97d7425ba Mon Sep 17 00:00:00 2001 From: Cedric Date: Fri, 3 Jan 2025 08:26:06 +0000 Subject: [PATCH] WIP example adding text to the left --- book/figures/fig-starter-process.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/book/figures/fig-starter-process.tex b/book/figures/fig-starter-process.tex index 3eb529b..bd24ef0 100644 --- a/book/figures/fig-starter-process.tex +++ b/book/figures/fig-starter-process.tex @@ -16,4 +16,14 @@ \path [line] (decide) -- node{no} (timeout); \path [line] (wait2) -- (feed); \path [line] (decide) -- node{yes} (use); + + \node [right of=discard2, node distance=3.5cm] (details1) [shape=rectangle,draw]{ + \begin{tabular}{c c c} + \multicolumn{3}{c}{{Stuff in details 1}} \\ + foo & bar & thing \\ + and yet & another + \end{tabular} + + }; + \end{tikzpicture}