docs/diploma

diff thesis/img/comm-classification.pic @ 205:aa14d1925151

added new pictures; updated makefile
author meillo@marmaro.de
date Sun, 04 Jan 2009 10:05:56 +0100
parents 3882f462d02d
children bbfde22dcc35
line diff
     1.1 --- a/thesis/img/comm-classification.pic	Thu Jan 01 21:36:55 2009 +0100
     1.2 +++ b/thesis/img/comm-classification.pic	Sun Jan 04 10:05:56 2009 +0100
     1.3 @@ -1,37 +1,36 @@
     1.4  .PS
     1.5  
     1.6 +#scale = 1.3
     1.7 +
     1.8 +
     1.9  boxwid = 2
    1.10  boxht = 1
    1.11  colheaderh = 0.4
    1.12 -rowheaderw = 1.0
    1.13 +rowheaderw = 1.3
    1.14  
    1.15  
    1.16 +copy "marker.pic.inc"
    1.17  
    1.18 -define header {
    1.19 -	[
    1.20 -		right
    1.21 -		box invis "" ht colheaderh wid rowheaderw
    1.22 -		box dotted "\fI" $1 "\fR" ht colheaderh
    1.23 -		box dotted "\fI" $2 "\fR" ht colheaderh
    1.24 -	]
    1.25 -}
    1.26  define row {
    1.27  	[
    1.28  		right
    1.29 -		box dotted "\fI" $1 "\fR" wid rowheaderw
    1.30 -		box $2
    1.31 -		box $3
    1.32 +		B1: box $1
    1.33 +		B2: box $2
    1.34  	]
    1.35  }
    1.36 +
    1.37 +
    1.38  down
    1.39 +row("email" "SMS",  "voice mail" "video messages")
    1.40 +row("instant messaging" "chat",  "VoIP" "video conferencing")
    1.41  
    1.42 +marker_top(1st [].B1, "written")
    1.43 +marker_top(1st [].B2, "recorded")
    1.44  
    1.45 -header("written",  "recorded")
    1.46 -row("asynchronous" "(messages)",  "email" "SMS",  "voice mail" "video messages")
    1.47 -row("synchronous" "(dialog)",  "IM" "chat",  "VoIP" "video conferencing")
    1.48 +marker_left(1st [], "asyncronous" rjust "(messages)" rjust)
    1.49 +marker_left(2nd [], "syncronous" rjust "(dialog)" rjust)
    1.50  
    1.51  
    1.52  
    1.53 -
    1.54 -
    1.55 +#circle diam 0.1 at (0,0)
    1.56  .PE