docs/DesignPatterns
changeset 13:eff2ffb701fe
optmized titlepages; optimized Makefile
author | meillo@marmaro.de |
---|---|
date | Thu, 21 Jun 2007 11:36:57 +0200 |
parents | a7bdc1211d3a |
children | dc88dad3b5af |
files | 00_vorstellung.tex 01_einfuehrung.tex 02_anderePatterns.tex 03_observer.tex 04_composite.tex 05_antiPatterns.tex Makefile |
diffstat | 7 files changed, 22 insertions(+), 21 deletions(-) [+] |
line diff
1.1 --- a/00_vorstellung.tex Thu Jun 21 10:46:57 2007 +0200 1.2 +++ b/00_vorstellung.tex Thu Jun 21 11:36:57 2007 +0200 1.3 @@ -20,10 +20,9 @@ 1.4 1.5 1.6 \title{Design Patterns} 1.7 +\author{Markus Rundel,\\ Julian Haug,\\ Markus Schnalke,\\ Dimitar Dimitrov} 1.8 \date{\today} 1.9 1.10 -\author{Markus Rundel,\\ Julian Haug,\\ Markus Schnalke,\\ Dimitar Dimitrov} 1.11 - 1.12 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} 1.13 1.14 \frame{ 1.15 @@ -57,8 +56,6 @@ 1.16 % \tableofcontents 1.17 } 1.18 1.19 - 1.20 - 1.21 \end{document} 1.22 1.23
2.1 --- a/01_einfuehrung.tex Thu Jun 21 10:46:57 2007 +0200 2.2 +++ b/01_einfuehrung.tex Thu Jun 21 11:36:57 2007 +0200 2.3 @@ -19,10 +19,9 @@ 2.4 \begin{document} 2.5 2.6 2.7 -\title{Design Patterns ``Einleitung''} 2.8 -\date{\today} 2.9 - 2.10 +\title{Einführung} 2.11 \author{Markus Rundel} 2.12 +\date{} 2.13 2.14 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} 2.15
3.1 --- a/02_anderePatterns.tex Thu Jun 21 10:46:57 2007 +0200 3.2 +++ b/02_anderePatterns.tex Thu Jun 21 11:36:57 2007 +0200 3.3 @@ -19,10 +19,9 @@ 3.4 \begin{document} 3.5 3.6 3.7 -\title{Design Patterns ``Andere Muster''} 3.8 -\date{\today} 3.9 - 3.10 +\title{Andere Muster} 3.11 \author{Julian Haug} 3.12 +\date{} 3.13 3.14 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} 3.15
4.1 --- a/03_observer.tex Thu Jun 21 10:46:57 2007 +0200 4.2 +++ b/03_observer.tex Thu Jun 21 11:36:57 2007 +0200 4.3 @@ -19,11 +19,10 @@ 4.4 \begin{document} 4.5 4.6 4.7 -\title{Design Patterns ``Observer''} 4.8 +\title{Observer-Pattern} 4.9 +\author{Markus Schnalke} 4.10 \date{} 4.11 4.12 -\author{Markus Schnalke} 4.13 - 4.14 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} 4.15 4.16 \frame{
5.1 --- a/04_composite.tex Thu Jun 21 10:46:57 2007 +0200 5.2 +++ b/04_composite.tex Thu Jun 21 11:36:57 2007 +0200 5.3 @@ -20,10 +20,9 @@ 5.4 \begin{document} 5.5 5.6 5.7 -\title{Design Patterns ``Composite''} 5.8 -\date{\today} 5.9 - 5.10 +\title{Composite-Pattern} 5.11 \author{Dimitar Dimitrov} 5.12 +\date{} 5.13 5.14 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} 5.15
6.1 --- a/05_antiPatterns.tex Thu Jun 21 10:46:57 2007 +0200 6.2 +++ b/05_antiPatterns.tex Thu Jun 21 11:36:57 2007 +0200 6.3 @@ -19,11 +19,10 @@ 6.4 \begin{document} 6.5 6.6 6.7 -\title{Design Patterns ``Anti-Patterns''} 6.8 +\title{Anti-Patterns} 6.9 +\author{Julian Haug} 6.10 \date{} 6.11 6.12 -%\author{Julian Haug} 6.13 - 6.14 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} 6.15 6.16 \frame{
7.1 --- a/Makefile Thu Jun 21 10:46:57 2007 +0200 7.2 +++ b/Makefile Thu Jun 21 11:36:57 2007 +0200 7.3 @@ -5,8 +5,17 @@ 7.4 7.5 7.6 all: 7.7 - pdflatex observer.tex 7.8 - pdflatex composite.tex 7.9 + pdflatex 00_vorstellung.tex 7.10 + pdflatex 01_einfuehrung.tex 7.11 + pdflatex 02_anderePatterns.tex 7.12 + pdflatex 03_observer.tex 7.13 + pdflatex 04_composite.tex 7.14 + pdflatex 05_antiPatterns.tex 7.15 + pdflatex 09_zusammenfassung.tex 7.16 + 7.17 +merge: 7.18 + rm all.pdf 7.19 + pdftk *.pdf cat output all.pdf 7.20 7.21 7.22 #all: ${OBJ}