Tagged Questions
2
votes
1answer
338 views
TeXMaker crashes with this TikZ tree [closed]
\node [rectangle,draw] at (0,-13) {I:18};
\node [circle, draw] at (2,-13) {19}
child{node[rectangle,draw] (left node) {S:9}}
child{node[rectangle,draw] (right node) {M:10}};
\node [circle, ...