WIP example adding text to the left

This commit is contained in:
Cedric
2025-01-03 08:26:06 +00:00
parent 7c183e4e08
commit d6f8569bdc

View File

@@ -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}