The way to find out whole picture width in PGF (Latex)

Posted by drasto on Stack Overflow See other posts from Stack Overflow or by drasto
Published on 2010-04-11T14:27:11Z Indexed on 2010/04/11 14:33 UTC
Read the original article Hit count: 397

Filed under:
|
|
|
|

I've got a latex macro that draws a picture using PGF and Tikz according to given parameters. The width of picture drawn depends on these parameters.

PGF automatically calculates the resulting width of any picture drawn so the user does not have to set it explicitly(like for example when using latex build in picture environment).

However I need to know the width of picture that will be drawn. Of cause I could calculate it as the PGF does but this is going to be quite some work(a lot of if statements...). Is there a way to ask PGF what is the width of picture that is to be drawn (some command I expect)? Either inside tikzpicture environment or just after it? Thanks for help.

© Stack Overflow or respective owner

Related posts about latex

Related posts about pgf