File: modifiers.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 (29 lines) | stat: -rw-r--r-- 577 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
use col, margin=2;
box a;
box b;
below prev+1 box c;
below rightof c+a+20 box d;
below rightof a+0 box e;
rightof a+20 box f;
rightof c+a+20 box g;
rightof c+b+a +40 box h;


leftof d-10 top box x1:A\nA;
left box x2 : B B B; #relying on 'col'
rightof +15 bottom box x3: C\nC\nC;
above left -20 box x4: DDDD;

d->x1->x2->x3->x4;

use row;
box i [top=x4+5];
box j [top=x4@10%];
box k [top=x4@m10%];
box l [top=x4@50%+1];
box m [top=x4@50%+1];

use col;
below i+m box s [left=i+j+k+l+m@10%];
box t [left=i+j+k+l+m@10-20];
box u [left=i+j+k+l+m-20@10%];