Search found 3 matches

by Basso
Fri Jul 21, 2023 3:15 pm
Forum: Graphics, Figures & Tables
Topic: Using matrix of nodes with Tikz
Replies: 4
Views: 3726

Using matrix of nodes with Tikz

Thanks! It works with \pgfmatrixnextcell
by Basso
Fri Jul 21, 2023 9:11 am
Forum: Graphics, Figures & Tables
Topic: Using matrix of nodes with Tikz
Replies: 4
Views: 3726

Using matrix of nodes with Tikz

Thanks kaiserkarl. But unfortunately this does not change the outcome. I get always the same error messages
by Basso
Thu Jul 20, 2023 6:21 pm
Forum: Graphics, Figures & Tables
Topic: Using matrix of nodes with Tikz
Replies: 4
Views: 3726

Using matrix of nodes with Tikz

I need to use the matrix command to create tikz diagrams like
\begin{tikzpicture}[-stealth',looseness=.5,auto]
\matrix [matrix of math nodes, column sep={1.5cm,between origins}, row sep={1.5cm,between origins}]
{|(a)| A& |(b)| B& |(c)| C \\[12pt]
&|(x)| \alpha & \\
};
\end{tikzpicture}
But I'd ...