mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
WIP example adding text to the left
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user