diff options
author | Naoki Pross <naoki.pross@ost.ch> | 2021-09-21 11:59:59 +0200 |
---|---|---|
committer | Naoki Pross <naoki.pross@ost.ch> | 2021-09-21 11:59:59 +0200 |
commit | 496162f8e45eeaaab066d582cc3b23a71fcf64ff (patch) | |
tree | 468da40ebb7eb963e29bc1747f0f8b7a864366c9 | |
parent | Add changelog and signature (diff) | |
parent | Test plan (diff) | |
download | Fading-496162f8e45eeaaab066d582cc3b23a71fcf64ff.tar.gz Fading-496162f8e45eeaaab066d582cc3b23a71fcf64ff.zip |
Merge branch 'master' of https://github.com/NaoPross/Fading
-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} |