|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
|
|
|
Re: tikz diagram does not scaleHi,
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 |
|
|
Re: tikz diagram does not scaleThanks Erik. That seems to be exactly what I was looking for.
-James On Mon, Jun 29, 2009 at 10:41 AM, Erik Bernoth <erik.bernoth@...> wrote: Just for other guys with the same question: If you set your every node style with a scale value, the whole thing scales. ------------------------------------------------------------------------------ _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
|
|
Re: tikz diagram does not scaleHi Christoph,
thanks for trying to support us. I checked it right now. Transform shape works, if I use that simple example from the pgfmanual.pdf page 161 works. But if I try to implement it in my diagrams it will do nothing at all. example works (page 161): \tikz[scale=3] \node[transform shape] {X}; here nothing happens (my flowchart): \begin{tikzpicture}[scale=0.1,transform shape] %.... \end{tikzpicture} here, too, nothing happens (my flowchart): \begin{tikzpicture}[scale=0.1,every node/.style={transform shape}] %.... \end{tikzpicture}
|
| Free embeddable forum powered by Nabble | Forum Help |