In one of my documents I used the following template to illustrate a matrix multiplication but nowadays I get the error that shapes like A-2-1 are unknown. This is a known issue described in various questions because apparently some nodes get no names and \chainin fails or something like that. I was wondering how can I fix this issue in the specific example I have linked above to continue using the graphic.
Asked
Active
Viewed 58 times
0
Christian Ivicevic
- 1,205
\node [node style sp] {...}or similar in the code, replace these with|[node style sp]| ...and it works. – Torbjørn T. Mar 20 '16 at 19:52