I'm working on a block diagram using TikZ. I'd like to create a symbol like below, which means I have to draw 5 lines inside a node and write a letter in the upper-right corner.
What's the best way to achieve what I need? Any hints appreciated.
tikz-pgf
I'm working on a block diagram using TikZ. I'd like to create a symbol like below, which means I have to draw 5 lines inside a node and write a letter in the upper-right corner.
What's the best way to achieve what I need? Any hints appreciated.
Best Answer
Here is a possible implementation (based on Automat within Record). Is this what you had in mind?
It allows you to customize the dimensions of the block and the labels. Moreover, as did for the last block, you can connect this with the rest of the picture by means of (a
number of the picture
).