aboutsummaryrefslogtreecommitdiffstats
path: root/doc/projectplan/projectplan.tex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/projectplan/projectplan.tex24
1 files changed, 24 insertions, 0 deletions
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}