Mercurial > docs > diploma
annotate thesis/tex/0-preface.tex @ 35:ab0ef2217a78
added abstract for thesis (in German)
author | meillo@marmaro.de |
---|---|
date | Tue, 07 Oct 2008 15:59:28 +0200 |
parents | b3ba69ef35ab |
children | 42a2a3565b89 |
rev | line source |
---|---|
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
1 \cleardoublepage |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
2 \chapter*{Preface} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
3 \addcontentsline{toc}{chapter}{Preface} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
4 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
5 \section*{Preface} |
33 | 6 Lorem ipsum dolor sit amet, \cite{brooks95} consectetur\index{Daten} adipisicing elit |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
7 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
8 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
9 \section*{Organisation} |
33 | 10 %FIXME: write about organisation of the book: parts, chapters, sections. And more thats useful to know. |
11 %TODO: have this section after ``Audience''? | |
12 | |
13 | |
14 \section*{Audience} | |
15 This document is targeted for \masqmail\ users and for people interested in mail systems in general. Security problems in electronic mail, \unix\ and the \NAME{C} programming language will also be discussed. Additional ones planning to take over an unmaintained software project will find real life experience in here. | |
16 | |
17 In each topic, basic knowledge is %FIXME: vorrausgesetzt | |
18 . Nevertheless introductions are given and sources for further reading will be mentioned. | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
19 |
33 | 20 This work focuses on the \unix\ operating system. Experience in usage, administration and program development is assumed. This includes the basic toolchain (e.g. \name{tar}, \name{grep}, etc.), user, file and permission management, as well as writing, compiling and installing programs written in the \NAME{C} language. |
21 | |
22 General information about \unix\ can be found in %FIXME: references | |
23 . %FIXME: references | |
24 explain about administrating \unix. And developing programs in \NAME{C} may be learned from %FIXME: references (``The C programming language'', ``The Unix programming environment'', ...) | |
25 . | |
26 | |
27 %TODO: should I tell them to send email to me when having questions? Or somewhere else? | |
28 | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
29 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
30 \section*{How to read this document} |
33 | 31 %TODO: what to write here?? |
32 %TODO: include this in section ``Organisation''? | |
33 | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
34 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
35 \section*{Conventions used in the book} |
33 | 36 %TODO: check if this tells what is really used! |
37 %FIXME: make it complete! | |
12
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
38 The following typographic conventions are used in this book: |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
39 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
40 \begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} } |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
41 \emph{Italic} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
42 is used for names, including command names, file name, hostnames, usernames and email addresses. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
43 Further more it is used to emphasize text. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
44 \\ &\\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
45 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
46 \texttt{Constant Width} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
47 is used for source code, contents of files and output from programs. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
48 \\ &\\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
49 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
50 \texttt{\$} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
51 indicates the the user shell prompt. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
52 \\ &\\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
53 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
54 \texttt{\#} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
55 indicates the the root shell prompt. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
56 \\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
57 \end{tabular} |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
58 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
59 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
60 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
61 \section*{Regarded versions} |
33 | 62 %FIXME: do I need this (here)? |
63 | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
64 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
65 \section*{Additional sources} |
33 | 66 %FIXME: specify the really important external documents here |
67 %TODO: write about the bundled CD, and tell what's included | |
68 \NAME{RFC}s, other books, source code, websites | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
69 |
33 | 70 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
71 \section*{Acknowledgements} |
33 | 72 %FIXME: write this at the very end. |
73 % dont forget: proove readers, suggestion makers, supporters, ... |