From: hackbard Date: Sat, 24 May 2003 09:18:28 +0000 (+0000) Subject: initial checkin X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=33bc98178f7953d2681f20133190a6a5693cf345 initial checkin --- diff --git a/nlsop/.cvsignore b/nlsop/.cvsignore new file mode 100644 index 0000000..516f428 --- /dev/null +++ b/nlsop/.cvsignore @@ -0,0 +1,5 @@ +*.dvi +*.toc +*.log +*.aux +*.pdf diff --git a/nlsop/Makefile b/nlsop/Makefile new file mode 100644 index 0000000..d1fbd53 --- /dev/null +++ b/nlsop/Makefile @@ -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 index 0000000..1ef2cdc --- /dev/null +++ b/nlsop/nlsop.tex @@ -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}