Tagged Questions
2
votes
1answer
129 views
how to get the size of a \pgfdeclareimage
Basically I want to use a TikZ node to frame a pgfimage, so later on, I will add more and connect them as I see fit.
I have this:
\pgfdeclareimage[width=10em]{image1}{images/image1}
...
9
votes
1answer
414 views
Correct delimiter height in TikZ
When using the left delimiter and right delimiter options, I am having the problem that their height is not equal to the node they are surrounding.
Here is an example:
\documentclass{article}
...