« Return to Thread: tikz diagram does not scale

Re: tikz diagram does not scale

by Christoph Bartoschek :: Rate this Message:

Reply to Author | View in Thread

Hi,

I did not check your example. But do you search the option "transform shape"?

\begin{tikzpicture}[scale=0.5, transform shape]
  \node(A) {something};
  \node(B) [right=of A] {else};
\end{tikzpicture}

Christoph

------------------------------------------------------------------------------
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

 « Return to Thread: tikz diagram does not scale