problem about tikz-matrix-Record and share programming errors


  • A.Ellett
    tikz-pgf tikz-matrix
    I want to use a TikZ matrix to draw a table with empty cells. But no matter what I do I run into errors. In particular, LaTeX complains about ! Package pgf Error: No shape named ae-5-4 is known.Here’s the code (far from what I really want):\documentclass{article} \usepackage[margin=0.5in]{geometry} \usepackage{tikz} \usetikzlibrary{calc} \usetikzlibrary{matrix} \usetikzlibrary{decorations.pathreplacing} \begin{document}\begin{tikzpicture}[%%—————————————dm/.style={decoration={brace,mirror},decorate},dd/.style={decoration={brace},decorate},%%—————————————nlble/.style={inner sep=0pt,anchor=east},nlblw/.style={inner sep=0pt,anchor=west},%%—————————————]\matrix (ae) [matrix of nodes

Originally posted 2013-09-26 03:13:32.