is there a way to make a component out of several components so that it can be referenced later?
I'm trying to picture a decisor (in the field of communications),
Code: Select all
\begin{tikzpicture}
\draw [ultra thick] (10,4.5) -- (10.5,4.5) -- (10.5,5.5) -- (11,5.5);
\draw (9.8,4.3) rectangle (11.2,5.7);
\end{tikzpicture}

Cheers!!