docs/diploma
view thesis/pieces/matrix-graphs.tex @ 167:74151e26ba6a
this is the correct message for the last commit
I really hate it when I check in too early or too much by accident!
Maybe I should add a confirmation there to prevent me from doing stupid things.
But now what I checked in with the last commit:
- titlepage became the real titlepage, specifying all important info
- cover became the real cover to be the very first page
- the previous cover became pretitle, and moved between the other two
- my confirmation that I wrote the thesis on my own moved to the appendix
- the abstract and keywords moved to the back of the pretitle
- the copyright information extended
- the market share table is in a temporary state! (Needs verification!)
- some cleanups
Ten small commits instead of this huge one with an afterwards added message
are what I intended ... now I am in a bad mood because of this mess :-(
author | meillo@marmaro.de |
---|---|
date | Fri, 19 Dec 2008 20:36:03 +0100 |
parents | |
children |
line source
1 % \begin{picture}(300,200)
2 % \put(20,150){messages}
3 % \put(100,110){\framebox(100,75){email, SMS}}
4 % \put(200,110){\framebox(100,75){voicemail, video messages}}
5 %
6 % \put(20,75){dialog}
7 % \put(100,35){\framebox(100,75){IM, chat}}
8 % \put(200,35){\framebox(100,75){VoIP, GSM/UMTS}}
9 %
10 % \put(130,10){written}
11 % \put(230,10){spoken}
12 % \end{picture}
14 %\begin{table}
15 % \begin{tabular}[htb]{r||p{3cm}|p{3cm}|}
16 % &&\\
17 % & \textit{written} & \textit{spoken}\\[1ex]
18 % \hline
19 % \hline
20 % \textit{messages (asynchron)} &
21 % \parbox[t]{3cm}{\quad\\email\\SMS\\\quad} &
22 % \parbox[t]{3cm}{\quad\\voicemail\\video messages\\\quad} \\
23 % \hline
24 % \textit{dialog (synchron)} &
25 % \parbox[m]{3cm}{eIM\\chat} &
26 % \parbox[m]{3cm}{eVoIP\\GSM/UMTS} \\
27 % \hline
28 % \end{tabular}
29 % \caption{Classification of electronic communication}
30 % \label{tab:comm-classification}
31 %\end{table}