initial checkin
authorhackbard <hackbard>
Sat, 24 May 2003 09:18:28 +0000 (09:18 +0000)
committerhackbard <hackbard>
Sat, 24 May 2003 09:18:28 +0000 (09:18 +0000)
nlsop/.cvsignore [new file with mode: 0644]
nlsop/Makefile [new file with mode: 0644]
nlsop/nlsop.tex [new file with mode: 0644]

diff --git a/nlsop/.cvsignore b/nlsop/.cvsignore
new file mode 100644 (file)
index 0000000..516f428
--- /dev/null
@@ -0,0 +1,5 @@
+*.dvi
+*.toc
+*.log
+*.aux
+*.pdf
diff --git a/nlsop/Makefile b/nlsop/Makefile
new file mode 100644 (file)
index 0000000..d1fbd53
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/make
+
+clean:
+       rm -f *.aux *.dvi *.log *.pdf *.toc *.log
+
diff --git a/nlsop/nlsop.tex b/nlsop/nlsop.tex
new file mode 100644 (file)
index 0000000..1ef2cdc
--- /dev/null
@@ -0,0 +1,38 @@
+\documentclass{seminar}
+
+\usepackage{verbatim}
+\usepackage[german]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+\usepackage{ae}
+
+\usepackage{graphicx}
+\graphicspath{{./img/}}
+
+\usepackage{semcolor}
+
+\author{Frank Zirkelbach}
+\title{Simulation von nanolamellaren Selbstordnugsprozessen}
+
+\begin{document}
+
+\begin{slide}
+\maketitle
+\end{slide}
+
+\begin{slide}
+\tableofcontents
+\end{slide}
+
+\begin{slide}
+
+\section{Einführung}
+\subsection{Ionen Wechselwirkung}
+
+\section{Die Simulation}
+
+
+\end{slide}
+
+\end{document}