1 Jan 18:34
Re: semething like rectangle split with more than 4 parts
Sven Köhler <sven.koehler <at> gmail.com>
2009-01-01 17:34:54 GMT
2009-01-01 17:34:54 GMT
Sven Köhler schrieb:
> Hi,
>
> according to the documentation, rectangle split only supports up to 4
> parts. (Well, there's no error message if you say rectangle split parts=5)
>
> I need something with 5, maybe 6 parts. I already tried:
>
> \node[draw, shape=rectangle, text width=10em, anchor=north west] (a) {bla1};
> \node[draw, shape=rectangle, text width=10em, anchor=north west] (b) at
> (a.south west) {bla2};
> \node[draw, shape=rectangle, text width=10em, anchor=north west] (c) at
> (b.south west) {bla3};
> \node[draw, shape=rectangle, text width=10em, anchor=north west] (d) at
> (c.south west) {bla4};
> \node[draw, shape=rectangle, text width=10em, anchor=north west] (e) at
> (d.south west) {bla5};
>
> But it really doesn't look nice. The lines where the rectangles touch
> look to thick.
>
> Any tipps on how to achieve what i'm loocking for?
Well, now i've tried:
\node[shape=rectangle, text width=10em, anchor=north west] (a) {bla1};
\node[shape=rectangle, text width=10em, anchor=north west] (b) at
(a.south west) {bla2};
\node[shape=rectangle, text width=10em, anchor=north west] (c) at
(b.south west) {bla3};
(Continue reading)
RSS Feed