diff options
Diffstat (limited to 'doc/projectplan')
-rw-r--r-- | doc/projectplan/ProjectPlan.pdf | bin | 26204 -> 28653 bytes | |||
-rw-r--r-- | doc/projectplan/projectplan.tex | 24 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf Binary files differindex 3e644b9..b73f64b 100644 --- a/doc/projectplan/ProjectPlan.pdf +++ b/doc/projectplan/ProjectPlan.pdf diff --git a/doc/projectplan/projectplan.tex b/doc/projectplan/projectplan.tex index bdadd17..54dcd1b 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} @@ -81,4 +88,21 @@ \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} |