Intiele opzet Plan van Aanpak toegepast
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# Latex template voor studie Zuyd
|
# Plan van Aanpak
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* `texlive` Voor het algemene pakket (pdflatex)
|
* `texlive` Voor het algemene pakket (pdflatex)
|
||||||
|
|||||||
1
chapters/1 - achtergrond.tex
Normal file
1
chapters/1 - achtergrond.tex
Normal file
@ -0,0 +1 @@
|
|||||||
|
\chapter{Achtergrond}
|
||||||
@ -1,4 +0,0 @@
|
|||||||
\chapter{Een test}
|
|
||||||
Test \cite{dirac}
|
|
||||||
|
|
||||||
\lipsum{10}
|
|
||||||
8
chapters/2 - projectresultaat.tex
Normal file
8
chapters/2 - projectresultaat.tex
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
\chapter{Projectresultaat}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Probleemstelling}
|
||||||
|
|
||||||
|
\section{Doelstelling}
|
||||||
|
|
||||||
|
\section{Producten}
|
||||||
1
chapters/3 - Projectactiviteiten.tex
Normal file
1
chapters/3 - Projectactiviteiten.tex
Normal file
@ -0,0 +1 @@
|
|||||||
|
\chapter{Projectactiviteiten}
|
||||||
3
chapters/4 - kwaliteit.tex
Normal file
3
chapters/4 - kwaliteit.tex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
\chapter{Kwaliteit}
|
||||||
|
|
||||||
|
\section{Projectuitvoering}
|
||||||
5
chapters/5 - organisatie.tex
Normal file
5
chapters/5 - organisatie.tex
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
\chapter{Organisatie}
|
||||||
|
|
||||||
|
\section{Projectleden}
|
||||||
|
|
||||||
|
\section{Stakeholders}
|
||||||
7
chapters/6 - projectgrenzen.tex
Normal file
7
chapters/6 - projectgrenzen.tex
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
\chapter{Projectgrenzen}
|
||||||
|
|
||||||
|
\section{Scope}
|
||||||
|
|
||||||
|
\section{Randvoorwaarden}
|
||||||
|
|
||||||
|
\section{Uitgangspunten}
|
||||||
1
chapters/7 - planning.tex
Normal file
1
chapters/7 - planning.tex
Normal file
@ -0,0 +1 @@
|
|||||||
|
\chapter{Planning}
|
||||||
9
main.tex
9
main.tex
@ -62,8 +62,13 @@ Martijn Remmen
|
|||||||
\tableofcontents
|
\tableofcontents
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
\input{chapters/1 - voorbeeld.tex}
|
\input{chapters/1 - achtergrond.tex}
|
||||||
|
\input{chapters/2 - projectresultaat.tex}
|
||||||
|
\input{chapters/3 - Projectactiviteiten.tex}
|
||||||
|
\input{chapters/4 - kwaliteit.tex}
|
||||||
|
\input{chapters/5 - organisatie.tex}
|
||||||
|
\input{chapters/6 - projectgrenzen.tex}
|
||||||
|
\input{chapters/7 - planning.tex}
|
||||||
|
|
||||||
\printbibliography
|
\printbibliography
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user