docs/diploma
diff thesis/img/comm-classification.pic @ 202:3882f462d02d
added first PIC pictures plus Makefile
author | meillo@marmaro.de |
---|---|
date | Thu, 01 Jan 2009 21:32:19 +0100 |
parents | |
children | aa14d1925151 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/img/comm-classification.pic Thu Jan 01 21:32:19 2009 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +.PS 1.5 + 1.6 +boxwid = 2 1.7 +boxht = 1 1.8 +colheaderh = 0.4 1.9 +rowheaderw = 1.0 1.10 + 1.11 + 1.12 + 1.13 +define header { 1.14 + [ 1.15 + right 1.16 + box invis "" ht colheaderh wid rowheaderw 1.17 + box dotted "\fI" $1 "\fR" ht colheaderh 1.18 + box dotted "\fI" $2 "\fR" ht colheaderh 1.19 + ] 1.20 +} 1.21 +define row { 1.22 + [ 1.23 + right 1.24 + box dotted "\fI" $1 "\fR" wid rowheaderw 1.25 + box $2 1.26 + box $3 1.27 + ] 1.28 +} 1.29 +down 1.30 + 1.31 + 1.32 +header("written", "recorded") 1.33 +row("asynchronous" "(messages)", "email" "SMS", "voice mail" "video messages") 1.34 +row("synchronous" "(dialog)", "IM" "chat", "VoIP" "video conferencing") 1.35 + 1.36 + 1.37 + 1.38 + 1.39 + 1.40 +.PE