1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
box A;
below box B;
rightof box C[top=A@bottom];
rightof box: Cont [label.pos=above, label.align=left] {
box;
box;
box;
box;
}
below box: Container [label.pos=below, content.x=justify] {
box;
box;
box;
box;
}
box: Cont [label.pos=left, label.align=center, middle=A] {
use col;
box;
box;
box;
box;
}
below box: Cont [label.pos=right, label.align=bottom] {
use col;
box;
box;
box;
box;
}
box: label [height=50, width=50, middle=A];
below box: label [height=50, width=50, label.align=left];
below box: label [height=50, width=50, label.align=right];
box: label [height=50, width=50, label.pos=below, label.align=left, middle=A];
below box: label [height=50, width=50, label.pos=below];
below box: label [height=50, width=50, label.pos=below, label.align=right];
box: label [height=50, width=50, label.pos=left, label.align=top, middle=A];
below box: label [height=50, width=50, label.pos=left];
below box: label [height=50, width=50, label.pos=left, label.align=bottom];
box: label [height=50, width=50, label.pos=right, label.align=top, middle=A];
below box: label [height=50, width=50, label.pos=right];
below box: label [height=50, width=50, label.pos=right, label.align=bottom];
box: label [height=50, width=50, label.pos=center, middle=A];
below box: label [height=50, width=50, label.pos=center] {box;}
below box: label [height=50, width=50, label.pos=left, left=prev] {box;}
box: label [height=70, middle=A] {box {box; box;}}
box: label [height=70] {box {box; box; box;}}
below box: label [height=70] {box {box; box; box;} box {box; box; box;}}
below box: label [height=70] {use col; box {box; box;}box {box; box;}
rightof box {box; box;}}
|