changeset 14:dc88dad3b5af

changes to vorstellung; modified Makefile
author meillo@marmaro.de
date Thu, 21 Jun 2007 17:53:50 +0200 (2007-06-21)
parents eff2ffb701fe
children 0bbbd5de5daf
files 00_vorstellung.tex Makefile
diffstat 2 files changed, 22 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/00_vorstellung.tex	Thu Jun 21 11:36:57 2007 +0200
+++ b/00_vorstellung.tex	Thu Jun 21 17:53:50 2007 +0200
@@ -20,11 +20,9 @@
 
 
 \title{Design Patterns}
-\author{Markus Rundel,\\ Julian Haug,\\ Markus Schnalke,\\ Dimitar Dimitrov}
+\author{Markus Rundel \\ Julian Haug \\ Markus Schnalke \\ Dimitar Dimitrov}
 \date{\today}
 
-%\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
-
 \frame{
   \titlepage
 }
@@ -34,27 +32,33 @@
 
 
 \section[Outline]{}
+
 \frame{
-   \begin{block}{Einführung in Design Patterns}
-   \end{block}
+  \tableofcontents
+}
+
 
-   \begin{block}{Weitere Patterns}
-   \end{block}
+% the following content gets removed by `make merge'
 
-   \begin{block}{Design Pattern ``Observer''}
-   \end{block}
+\section{Einführung in Design Patterns}
+  \subsubsection{Markus Rundel}
+
+\section{Andere Patterns}
+  \subsubsection{Julian Haug}
 
-   \begin{block}{Design Pattern ``Composite''}
-   \end{block}
+\section{Observer-Pattern}
+  \subsubsection{Markus Schnalke}
 
-   \begin{block}{Exkurs: Anti-Patterns}
-   \end{block}
+\section{Composite-Pattern}
+  \subsubsection{Dimitar Dimitriv}
 
-   \begin{block}{Zusammenfassung}
-   \end{block}
+\section{Anti-Patterns}
+  \subsubsection{Julian Haug}
 
-%  \tableofcontents
-}
+\section{Zusammenfassung}
+  \subsubsection{gemeinsam}
+
+  .  % this dot is needed to have the sections displayed
 
 \end{document}
 
--- a/Makefile	Thu Jun 21 11:36:57 2007 +0200
+++ b/Makefile	Thu Jun 21 17:53:50 2007 +0200
@@ -15,6 +15,7 @@
 
 merge:
 	rm all.pdf
+	pdftk A=00_vorstellung.pdf cat A1-2 output 00_vorstellung-mod.pdf && rm 00_vorstellung.pdf
 	pdftk *.pdf cat output all.pdf