-
[lectures/latex.git] / nlsop / nlsop_fb_bericht.tex
1 \documentclass{report}
2
3 \usepackage{verbatim}
4 \usepackage[german]{babel}
5 \usepackage[latin1]{inputenc}
6 \usepackage[T1]{fontenc}
7 \usepackage{amsmath}
8 \usepackage{ae}
9
10 \usepackage{graphicx}
11 \graphicspath{{./img/}}
12
13 \usepackage{graphs}
14
15 \author{Frank Zirkelbach}
16
17 \title{Nanolamellare Selbstordnungsproze"se bei Kohlenstoffimplantation in Silizium}
18
19 \begin{document}
20 \frontmatter
21 \maketitle
22 \tableofcontents
23
24 \mainmatter
25
26 \chapter{Einf"uhrung}
27
28 \section{Abbremsung von Ionen}
29 foobar ...
30
31 \chapter{Die Simulation}
32
33 \section{Modellannahmen}
34 foobar ...
35
36 \section{Ablaufschema}
37 \originalTeX
38 \begin{graph}(4,4)
39  \textnode{start}(2,4){nlsop start}
40  \textnode{rand1}(2,3){zufaellige wahl der Koordinaten: \newline $p(x)dx=dx$ \newline $p(y)dy=dy$ \newline $p(z)dz=(a_el*z+b_el)dz$}
41  \diredge{start}{rand1}
42 \end{graph}
43 \germanTeX
44  
45
46
47 \end{document}