205
|
1 .PS
|
|
2
|
|
3
|
|
4 boxwid = 2
|
|
5 boxht = 1
|
|
6 colheaderh = 0.4
|
|
7 rowheaderw = 1.3
|
|
8
|
|
9
|
|
10 copy "marker.pic.inc"
|
|
11
|
|
12 define row {
|
|
13 [
|
|
14 right
|
|
15 B1: box $1
|
|
16 B2: box $2
|
|
17 ]
|
|
18 }
|
|
19
|
|
20
|
|
21 down
|
395
|
22 row("standard" "modular" "extensible", "\(em")
|
|
23 row("large data transfers" "complex networks", "spam")
|
205
|
24
|
|
25 marker_bot(last [].B1, "" "opportunities" "of the market")
|
|
26 marker_bot(last [].B2, "" "threats" "of the market")
|
|
27
|
|
28 marker_left(1st [], "strengths" rjust "of email" rjust)
|
|
29 marker_left(2nd [], "weaknesses" rjust "of email" rjust)
|
|
30
|
|
31
|
|
32 .PE
|