Mercurial > docs > diploma
annotate thesis/tex/0-preface.tex @ 44:92e59ffe2388
split up into one sentence per line
author | meillo@marmaro.de |
---|---|
date | Tue, 14 Oct 2008 10:37:43 +0200 |
parents | ac4ce4de4154 |
children | d52fa2350137 |
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} |
42 | 6 %FIXME: write about the motivation to cover this topic |
7 %TODO: eventually have some words of oliver here | |
8
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 |
33 | 10 \section*{Audience} |
11 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. | |
12 | |
40
81ff8b093efe
fixed some FIXMEs; added some cites; stuff
meillo@marmaro.de
parents:
36
diff
changeset
|
13 In each topic, basic knowledge is preconditioned. 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
|
14 |
33 | 15 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. |
16 | |
40
81ff8b093efe
fixed some FIXMEs; added some cites; stuff
meillo@marmaro.de
parents:
36
diff
changeset
|
17 General information about \unix\ can be found in \cite{unixprogenv} %FIXME: references |
33 | 18 . %FIXME: references |
40
81ff8b093efe
fixed some FIXMEs; added some cites; stuff
meillo@marmaro.de
parents:
36
diff
changeset
|
19 explain about administrating \unix. And developing programs in \NAME{C} may be learned from \cite{cprog} and \cite{advunixprog}. %FIXME: references |
33 | 20 |
21 %TODO: should I tell them to send email to me when having questions? Or somewhere else? | |
22 | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
23 |
36 | 24 \section*{Organisation} |
25 %FIXME: write about organisation of the book: parts, chapters, sections. And more thats useful to know. | |
26 | |
27 | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
28 \section*{How to read this document} |
33 | 29 %TODO: what to write here?? |
30 %TODO: include this in section ``Organisation''? | |
31 | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
32 |
36 | 33 \section*{Conventions used} |
33 | 34 %TODO: check if this tells what is really used! |
35 %FIXME: make it complete! | |
12
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
36 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
|
37 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
38 \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
|
39 \emph{Italic} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
40 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
|
41 Further more it is used to emphasize text. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
42 \\ &\\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
43 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
44 \texttt{Constant Width} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
45 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
|
46 \\ &\\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
47 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
48 \texttt{\$} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
49 indicates the the user shell prompt. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
50 \\ &\\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
51 |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
52 \texttt{\#} & |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
53 indicates the the root shell prompt. |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
54 \\ |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
55 \end{tabular} |
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 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
58 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
59 \section*{Additional sources} |
33 | 60 %FIXME: specify the really important external documents here |
61 %TODO: write about the bundled CD, and tell what's included | |
62 \NAME{RFC}s, other books, source code, websites | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
63 |
33 | 64 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
65 \section*{Acknowledgements} |
33 | 66 %FIXME: write this at the very end. |
67 % dont forget: proove readers, suggestion makers, supporters, ... |