205
|
1 .PS
|
|
2
|
|
3 #scale = 1.3
|
|
4
|
|
5
|
|
6 boxwid = 2
|
|
7 boxht = 1
|
|
8 colheaderh = 0.4
|
|
9 rowheaderw = 1.3
|
|
10
|
|
11
|
|
12 copy "marker.pic.inc"
|
|
13
|
|
14 define row {
|
|
15 [
|
|
16 right
|
|
17 B1: box $1
|
|
18 B2: box $2
|
|
19 ]
|
|
20 }
|
|
21
|
|
22
|
|
23 down
|
|
24 row("standard" "modular" "extensible", "")
|
|
25 row("large data transfer" "too big for phone", "spam")
|
|
26
|
|
27 marker_bot(last [].B1, "" "opportunities" "of the market")
|
|
28 marker_bot(last [].B2, "" "threats" "of the market")
|
|
29
|
|
30 marker_left(1st [], "strengths" rjust "of email" rjust)
|
|
31 marker_left(2nd [], "weaknesses" rjust "of email" rjust)
|
|
32
|
|
33
|
|
34
|
|
35 #circle diam 0.1 at (0,0)
|
|
36 .PE
|