File: Compound_alignment.block

package info (click to toggle)
msc-generator 8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180,648 kB
  • sloc: cpp: 133,265; yacc: 23,546; ansic: 7,210; sh: 4,512; lex: 2,028; makefile: 1,085
file content (58 lines) | stat: -rw-r--r-- 1,615 bytes parent folder | download | duplicates (3)
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
54
55
56
57
58
conflict_report=full;
use margin=2;
box A [middle=B+C];
box Z [top=B+C];
box Z2 [top=B+C];
box Z3 [top=B+C@top];
boxcol Cont {
    use margin=10;
    box B: BBB;
    box C: CCC;
}
box D [middle=B@top];
box E [size=C+B];
box Me [middle=B@top];
box F1 [bottom=Me@0];
box F2 [bottom=Me@-10];
box F3 [bottom=Me@-20];
box F4 [bottom=Me@-40];
box F5 [bottom=Me@-100];
break;
box G1 [top=Me@0, mleft=Me@mright];
box G2 [top=Me@10];
box G3 [top=Me@20];
box G4 [top=Me@100];
box G5 [top=Me@150];
text t: free\ntext [middle=F5+G5];
t->F5,G5;
break;
use col;
below Cont
box X1: label [label.align=  0] { box [width=100];}
box: label [label.align= 20] { box [width=100];}
box: label [label.align= 80] { box [width=100];}
box: label [label.align=100] { box [width=100];}
box: label [label.align=left] { box [width=100];}
box: label [label.align=middle] { box [width=100];}
box: label [label.align=bottom] { box [width=100];}
use label.pos=left;
break;
rightof X1
box X2: label [label.align=  0] { box [height=50];}
box: label [label.align= 20] { box [height=50];}
box: label [label.align= 80] { box [height=50];}
box: label [label.align=100] { box [height=50];}
box: label [label.align=left] { box [height=50];}
box: label [label.align=middle] { box [height=50];}
box: label [label.align=bottom] { box [height=50];}

break;
use height=58;
rightof X2
box X3: label [label.align=  0];
box: label [label.align= 20];
box: label [label.align= 80];
box: label [label.align=100];
box: label [label.align=left];
box: label [label.align=middle];
box: label [label.align=bottom];