docs/diploma
diff thesis/fig/comm-classification.pic @ 397:13e630c5a44d
rename img -> fig
author | meillo@marmaro.de |
---|---|
date | Sat, 07 Feb 2009 22:39:07 +0100 |
parents | thesis/img/comm-classification.pic@0d78755132b7 |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/fig/comm-classification.pic Sat Feb 07 22:39:07 2009 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +.PS 1.5 + 1.6 + 1.7 +boxwid = 2 1.8 +boxht = 1 1.9 +colheaderh = 0.4 1.10 +rowheaderw = 1.3 1.11 + 1.12 + 1.13 +copy "marker.pic.inc" 1.14 + 1.15 +define row { 1.16 + [ 1.17 + right 1.18 + B1: box $1 1.19 + B2: box $2 1.20 + ] 1.21 +} 1.22 + 1.23 + 1.24 +down 1.25 +row("email" "SMS", "voice mail" "video messages") 1.26 +row("Instant Messaging" "chat", "VoIP" "video conferencing") 1.27 + 1.28 +marker_top(1st [].B1, "written") 1.29 +marker_top(1st [].B2, "recorded") 1.30 + 1.31 +marker_left(1st [], "asyncronous" rjust "(messages)" rjust) 1.32 +marker_left(2nd [], "syncronous" rjust "(dialog)" rjust) 1.33 + 1.34 + 1.35 +.PE