view 00_vorstellung.tex @ 19:356aeb2f53f3

merged anderePatterns with AntiPatterns
author meillo@marmaro.de
date Tue, 26 Jun 2007 09:47:28 +0200
parents dc88dad3b5af
children 12d6f1a641c8
line wrap: on
line source

% @file
% @brief   Referat DesignPatterns `Vorstellung'
% @author  all
% @since   2007-06-21


\documentclass{beamer}


%  \usepackage[T1]{fontenc}
  \usepackage[utf8]{inputenc}
  \usepackage{ngerman}
  \usepackage{graphicx}
  \usepackage[automark]{scrpage2}
  \input{Style01}



\begin{document}


\title{Design Patterns}
\author{Markus Rundel \\ Julian Haug \\ Markus Schnalke \\ Dimitar Dimitrov}
\date{\today}

\frame{
  \titlepage
}





\section[Outline]{}

\frame{
  \tableofcontents
}


% the following content gets removed by `make merge'

\section{Einführung in Design Patterns}
  \subsubsection{Markus Rundel}

\section{Observer-Pattern}
  \subsubsection{Markus Schnalke}

\section{Composite-Pattern}
  \subsubsection{Dimitar Dimitriv}

\section{Andere Patterns}
  \subsubsection{Julian Haug}

\section{Fazit}
  \subsubsection{gemeinsam}

  .  % this dot is needed to have the sections displayed

\end{document}