Mercurial > 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 wrap: on
line diff
--- a/00_vorstellung.tex Thu Jun 21 10:46:57 2007 +0200 +++ b/00_vorstellung.tex Thu Jun 21 11:36:57 2007 +0200 @@ -20,10 +20,9 @@ \title{Design Patterns} +\author{Markus Rundel,\\ Julian Haug,\\ Markus Schnalke,\\ Dimitar Dimitrov} \date{\today} -\author{Markus Rundel,\\ Julian Haug,\\ Markus Schnalke,\\ Dimitar Dimitrov} - %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} \frame{ @@ -57,8 +56,6 @@ % \tableofcontents } - - \end{document}
--- a/01_einfuehrung.tex Thu Jun 21 10:46:57 2007 +0200 +++ b/01_einfuehrung.tex Thu Jun 21 11:36:57 2007 +0200 @@ -19,10 +19,9 @@ \begin{document} -\title{Design Patterns ``Einleitung''} -\date{\today} - +\title{Einführung} \author{Markus Rundel} +\date{} %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
--- a/02_anderePatterns.tex Thu Jun 21 10:46:57 2007 +0200 +++ b/02_anderePatterns.tex Thu Jun 21 11:36:57 2007 +0200 @@ -19,10 +19,9 @@ \begin{document} -\title{Design Patterns ``Andere Muster''} -\date{\today} - +\title{Andere Muster} \author{Julian Haug} +\date{} %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
--- a/03_observer.tex Thu Jun 21 10:46:57 2007 +0200 +++ b/03_observer.tex Thu Jun 21 11:36:57 2007 +0200 @@ -19,11 +19,10 @@ \begin{document} -\title{Design Patterns ``Observer''} +\title{Observer-Pattern} +\author{Markus Schnalke} \date{} -\author{Markus Schnalke} - %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} \frame{
--- a/04_composite.tex Thu Jun 21 10:46:57 2007 +0200 +++ b/04_composite.tex Thu Jun 21 11:36:57 2007 +0200 @@ -20,10 +20,9 @@ \begin{document} -\title{Design Patterns ``Composite''} -\date{\today} - +\title{Composite-Pattern} \author{Dimitar Dimitrov} +\date{} %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
--- a/05_antiPatterns.tex Thu Jun 21 10:46:57 2007 +0200 +++ b/05_antiPatterns.tex Thu Jun 21 11:36:57 2007 +0200 @@ -19,11 +19,10 @@ \begin{document} -\title{Design Patterns ``Anti-Patterns''} +\title{Anti-Patterns} +\author{Julian Haug} \date{} -%\author{Julian Haug} - %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}} \frame{
--- a/Makefile Thu Jun 21 10:46:57 2007 +0200 +++ b/Makefile Thu Jun 21 11:36:57 2007 +0200 @@ -5,8 +5,17 @@ all: - pdflatex observer.tex - pdflatex composite.tex + pdflatex 00_vorstellung.tex + pdflatex 01_einfuehrung.tex + pdflatex 02_anderePatterns.tex + pdflatex 03_observer.tex + pdflatex 04_composite.tex + pdflatex 05_antiPatterns.tex + pdflatex 09_zusammenfassung.tex + +merge: + rm all.pdf + pdftk *.pdf cat output all.pdf #all: ${OBJ}