aboutsummaryrefslogtreecommitdiffstats
path: root/doc/projectplan
diff options
context:
space:
mode:
authorOST\sara.halter <sara.halter@gmx.ch>2021-09-21 11:53:44 +0200
committerOST\sara.halter <sara.halter@gmx.ch>2021-09-21 11:53:44 +0200
commit4829e8369eb04c8582b03c5193ad5251ed9e1d58 (patch)
tree2fce31825ba0ade29dc4e1dba7471b08cd948b46 /doc/projectplan
parentUpdate project plan with template (diff)
downloadFading-4829e8369eb04c8582b03c5193ad5251ed9e1d58.tar.gz
Fading-4829e8369eb04c8582b03c5193ad5251ed9e1d58.zip
Test plan
Diffstat (limited to 'doc/projectplan')
-rw-r--r--doc/projectplan/ProjectPlan.pdfbin0 -> 26672 bytes
-rw-r--r--doc/projectplan/projectplan.tex24
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf
new file mode 100644
index 0000000..c93fcab
--- /dev/null
+++ b/doc/projectplan/ProjectPlan.pdf
Binary files differ
diff --git a/doc/projectplan/projectplan.tex b/doc/projectplan/projectplan.tex
index a6d8706..9758de1 100644
--- a/doc/projectplan/projectplan.tex
+++ b/doc/projectplan/projectplan.tex
@@ -35,10 +35,17 @@
%% Access metadata
\usepackage{titling}
+%% gantt configuration
+\usepackage{pgfgantt}
+
+%% Landscape pages
+\usepackage{pdflscape}
+
% Metadata
\title{Project Plan}
\author{Naoki Pross, Sara Cinzia Halter}
+
% Document
\begin{document}
\begin{titlepage}
@@ -59,4 +66,21 @@
\section{Changelog}
\section{Introduction}
+\section{Project Schedule}
+
+\begin{landscape}
+ \begin{figure}[h] \centering
+ \begin{ganttchart}{1}{12}
+ \gantttitle{2011}{12} \\
+ \gantttitlelist{1,...,12}{1} \\
+ \ganttgroup{Group 1}{1}{7} \\
+ \ganttbar{Task 1}{1}{2} \\
+ \ganttlinkedbar{Task 2}{3}{7} \ganttnewline
+ \ganttmilestone{Milestone}{7} \ganttnewline
+ \ganttbar{Final Task}{8}{12}
+ \ganttlink{elem2}{elem3}
+ \ganttlink{elem3}{elem4}
+ \end{ganttchart}
+ \end{figure}
+\end{landscape}
\end{document}