annotate thesis/pieces/foo.tex @ 142:1b0ba5151d1b

person names in small caps
author meillo@marmaro.de
date Mon, 15 Dec 2008 13:39:46 +0100 (2008-12-15)
parents fb9ba63f6957
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
1 \chapter{something}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
2 laber. \cite{brooks95}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
3
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
5 incididunt ut labore et dolore magna aliqua. \url{http://marmaro.de/docs} Ut enim ad minim veniam, quis
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
6 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
7
9
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
8 hallo \path{/usr/local/share/man1234} blubb \name{masqmail} laber bla \NAME{ANSI} laber \NAME{RFCs} laber
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
9
11
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
10 \begin{code}{label}{caption}
9
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
11 \begin{lstlisting}
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
12 127.0.0.1 pantheon.schnalke.local localhost.localdomain
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
13 127.0.0.1 localhost pantheon
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
14 192.168.0.100 serveme intranet deb deb.marmaro.de deb.prog.marmaro.de
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
15 192.168.0.100 hg hg.marmaro.de hg.prog.marmaro.de
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
16 192.168.0.40 kugel
9
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
17 192.168.0.102 karton
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
18 192.168.0.103 milk
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
19 192.168.0.74 dream
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
20
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
21
9
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
22 # The following lines are desirable for IPv6 capable hosts
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
23 ::1 ip6-localhost ip6-loopback
8ac9b9fda474 some config and an example for listings
meillo@marmaro.de
parents: 8
diff changeset
24 \end{lstlisting}
11
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
25 \end{code}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
26
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
27 \section{blubb}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
28
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
29 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
30 incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
31 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
32
11
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
33 \begin{code}{}{}
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
34 \begin{verbatim}
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
35 $ make clean
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
36 latexmk -c
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
37 This is latexmk, John Collins, 2 June 2004, version: 3.07a.
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
38 **** Report bugs etc to John Collins <collins at phys.psu.edu>. ****
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
39 \end{verbatim}
32cfe2127cb1 customized listings and code env
meillo@marmaro.de
parents: 9
diff changeset
40 \end{code}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
41
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
42 \section{blah}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
43
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
44 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
45 incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
46 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
47
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
48 Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
49 fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
50 culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
51 amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
52 et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
53 ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
54 in reprehenderit in voluptate velit esse. Cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
55 pariatur.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
56
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
57 Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
58 deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
59 adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
60 aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
61 ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
62 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
63 occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim\index{Texteditor}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
64 id est laborum.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
65
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
66 Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
67 aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
68 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Duis aute irure
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
69 dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
70 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
71 officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet,
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
72 consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
73 dolore magna aliqua.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
74
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
75 \chapter{muh}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
76
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
77 Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
78 aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
79 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Duis aute irure
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
80 dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
81 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
82 officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet,
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
83 consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
84 dolore magna aliqua.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
85
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
86
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
87 \section{mäh}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
88
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
89 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
90 incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\index{Texteditor}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
91 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
92
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
93 Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
94 fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
95 culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
96 amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
97 et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
98 ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
99 in reprehenderit in voluptate velit esse. Cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
100 pariatur.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
101
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
102 Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
103 deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
104 adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
105 aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
106 ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
107 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
108 occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
109 id est laborum.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
110
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
111 Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
112 aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
113 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Duis aute irure
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
114 dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
115 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
116 officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet,
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
117 consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
118 dolore magna aliqua.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
119
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
120 \section{miau}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
121
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
122 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
123 incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
124 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
125
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
126 Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
127 fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
128 culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
129 amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
130 et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
131 ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
132 in reprehenderit in voluptate velit esse. Cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
133 pariatur.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
134
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
135 Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
136 deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
137 \index{Prototyp}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
138 adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
139 aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
140 ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in\index{Daten}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
141 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
142 occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
143 id est laborum.
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
144
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
145 Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
146 aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
147 voluptate velit esse cillum dolore eu fugiat nulla pariatur. Duis aute irure
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
148 dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
149 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
150 officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet,\index{Texteditor}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
151 consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
152 dolore magna aliqua.