\documentclass[11pt]{report}
\usepackage{german}
\usepackage{fullpage}
\usepackage[utf8]{inputenc}

\author{Lukas Prokop}
\title{Spezialthemen der Matura}
\date{\today}

\begin{document}
\maketitle
\chapter{Spezialthemen}

All texts will be written with \LaTeXe
As references and help for \LaTeXe I am gonna use
\begin{itemize}
\item Linux - Michael Kofler
\item de.wikibooks.org/wiki/Latex
\item latex.tugraz.at
\end{itemize}

\section{Mathematik}
\paragraph{Spezialthema} Komplexe Zahlen
\paragraph{Literatur} Mathematik verstehen Bd. 8, PDFs
\paragraph{Durchf"uhrung} \LaTeX
%\begin{itemize}
%\item \textbf{Komplexe Zahlen?}
%\item Modulo / Restklassen?
%\item Vollst\"andige Induktionen?
%\item Fourier-Analyse?
%\end{itemize}

%\section{Chemie}
%\paragraph{Spezialthema} Metalle

\section{Englisch}
\paragraph{Spezialthema} The Internet
\paragraph{Literatur} w3.org, Wikipedia
\paragraph{Durchf"uhrung} \LaTeX

\section{Informatik}
\paragraph{Spezialthema} Instant Messaging 
\paragraph{Durchf\"uhrung} Basiskonzept in python und Portierung nach C\#, GTK und python
\paragraph{Literatur} Module f"ur andere Protokolle im Internet zu finden (irclib, twisted)

\section{F\"acher\"ubergreifende Matura in Mathematik \& Informatik}
\paragraph{Spezialthema} Kryptologie
\paragraph{Durchf\"uhrung} Implementierung in Spezialthema Informatik (Vorf\"uhrung des Ver- bzw. Entschl\"usselungsprozesses)
\paragraph{Literatur}
\begin{itemize}
\item Grundlagen der Informatik: Praktisch, Technisch, Theoretisch - Herold, Lurz, Wohlrab
\item Geheime Botschaften - Simon Singh
\item Kryptologie - Beutelspacher
\end{itemize}

\end{document}

