diff --git a/lectures/froscon/cryptoparty.tex b/lectures/froscon/cryptoparty.tex
new file mode 100644
index 0000000000000000000000000000000000000000..06ca4c4bc3898655ff15115897cee8603c65d1de
--- /dev/null
+++ b/lectures/froscon/cryptoparty.tex
@@ -0,0 +1 @@
+\section{Cryptopartys}
\ No newline at end of file
diff --git a/lectures/froscon/kiss.tex b/lectures/froscon/kiss.tex
new file mode 100644
index 0000000000000000000000000000000000000000..68a7f1740a75984cbd5f32d2c31c9ecbdab705c4
--- /dev/null
+++ b/lectures/froscon/kiss.tex
@@ -0,0 +1 @@
+\section{Linux Workshops}
\ No newline at end of file
diff --git a/lectures/froscon/lip.tex b/lectures/froscon/lip.tex
new file mode 100644
index 0000000000000000000000000000000000000000..af287123881ba3bec1c558dc27adfecaff05ac2a
--- /dev/null
+++ b/lectures/froscon/lip.tex
@@ -0,0 +1,10 @@
+\section{Linux Install Partys}
+
+
+\subsection{Geschichte}
+\subsection{Organisation}
+\subsection{Durchführung}
+\subsection{Software}
+\subsubsection{LIPCK / LIPStick}
+\subsubsection{LIPFlash}
+\subsubsection{LIPCLMS}
diff --git a/lectures/froscon/main.pdf b/lectures/froscon/main.pdf
index b4e28ac8d662ee3aa7ce4d216fd32e125e89ffb6..11d9910fa87a0724c707bb8536c8923a00383a6c 100644
Binary files a/lectures/froscon/main.pdf and b/lectures/froscon/main.pdf differ
diff --git a/lectures/froscon/main.tex b/lectures/froscon/main.tex
index ec481d2e60d93cdfdae9f43a85c20e0c1c77b485..b6aaff5a8c09f157d7dbc1930e001f5b960820d5 100644
--- a/lectures/froscon/main.tex
+++ b/lectures/froscon/main.tex
@@ -7,6 +7,11 @@
 \usepackage{epstopdf}
 \usepackage[ngerman]{babel}
 
+\usepackage{xkeyval}
+\usepackage{todonotes}
+\presetkeys{todonotes}{inline}{}
+
+
 \usepackage[T1]{fontenc} % Euro fonts: use T1 font encoding for utf8 input
 \usepackage[utf8]{inputenc} %usepackage bindet Pakete ein, z.B. für bestimmte Sonderzeichen, Sprachen, ... inputend spezifiziert das Encoding, das wir z.B. für Umlaute brauchen
 \usepackage{verbatim}
@@ -39,24 +44,11 @@
 
 \maketitle %erstelle eine Titelfolie
 
-\section{Vorstellung der Vortragenden}
-\subsection{Daniel}
-\subsection{Rikus}
-\section{Vorstellung des OSAKs}
-
-\section{Linux Install Partys}
-\subsection{Geschichte}
-\subsection{Organisation}
-\subsection{Durchführung}
-\subsection{Software}
-\subsubsection{LIPCK / LIPStick}
-\subsubsection{LIPFlash}
-\subsubsection{LIPCLMS}
-
-
-\section{Linux Workshops}
-
-\section{Cryptopartys}
+\input{vortragende.tex}
+\input{osak.tex}
+\input{lip.tex}
+\input{kiss.tex}
+\input{cryptoparty.tex}
 
 \section{Anekdoten} %Ausklag? 
 
diff --git a/lectures/froscon/osak.tex b/lectures/froscon/osak.tex
new file mode 100644
index 0000000000000000000000000000000000000000..a25ff0521ba103e680b5364b5496309ce3728fcc
--- /dev/null
+++ b/lectures/froscon/osak.tex
@@ -0,0 +1,23 @@
+\section{Vorstellung des OSAKs}
+\begin{frame}{Open Source Arbeitskreis}
+	
+	\todo{FOTO Machen und einbinden}
+
+%\begin{figure} 
+%	\includegraphics{osak-foto.jpg}
+%\end{figure}
+
+\end{frame}
+
+\begin{frame}{Entstehung}
+	\begin{itemize}
+		\item OSAK -- so wie es ihn heute gibt -- wurde 2010 gegründet
+		\item in der Fachschaft Mathematik / Physik / Informatik gab es davor schon Open Source Begeisterte und Vorläufer des AKs 
+		\item Svenja von der Fachschaft hat bei der Aachener Linux User Group (ALUG) nach Unterstützern für die erste LIP im WS 2010/11 gefragt 
+		\item organisiert Linux Install Partys und Vortrag- und Workshopabende (KISS, Cryptopartys )
+		
+	\end{itemize}
+		\todo{OSAK wenig Verwaltungsoverhead, was sagen? }
+\end{frame}
+
+
diff --git a/lectures/froscon/vortragende.tex b/lectures/froscon/vortragende.tex
new file mode 100644
index 0000000000000000000000000000000000000000..767a18ce44af3677910e44b98723f056a08eb67a
--- /dev/null
+++ b/lectures/froscon/vortragende.tex
@@ -0,0 +1,3 @@
+\section{Vorstellung der Vortragenden}
+\subsection{Daniel}
+\subsection{Rikus}
\ No newline at end of file