aboutsummaryrefslogtreecommitdiffstats
path: root/doc/projectplan
diff options
context:
space:
mode:
Diffstat (limited to 'doc/projectplan')
-rw-r--r--doc/projectplan/ProjectPlan.pdfbin28529 -> 30825 bytes
-rw-r--r--doc/projectplan/ProjectPlan.tex61
2 files changed, 49 insertions, 12 deletions
diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf
index df1ab21..f611428 100644
--- a/doc/projectplan/ProjectPlan.pdf
+++ b/doc/projectplan/ProjectPlan.pdf
Binary files differ
diff --git a/doc/projectplan/ProjectPlan.tex b/doc/projectplan/ProjectPlan.tex
index 2858c60..4e0a067 100644
--- a/doc/projectplan/ProjectPlan.tex
+++ b/doc/projectplan/ProjectPlan.tex
@@ -38,6 +38,8 @@
%% gantt configuration
\usepackage{pgfgantt}
+\usepackage[]{geometry}
+
%% Landscape pages
\usepackage{pdflscape}
@@ -89,21 +91,56 @@
\section{Introduction}
-\section{Project Schedule}
+\clearpage
+\section{Project Schedule}
+\newgeometry{vmargin=5mm, hmargin = 1cm}
\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}
+ \begin{figure}[h] %%\centering
+% \begin{ganttchart}{1}{12}
+% \gantttitle{Project Schedule}{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}
+
+
+
+% https://mirror.foobar.to/CTAN/graphics/pgf/contrib/pgfgantt/pgfgantt.pdf
+
+
+
+ \begin{ganttchart}[
+ hgrid,
+ vgrid,
+ x unit=2.5mm,
+ % y unit title=.6cm,
+ % y unit chart=1.5cm,
+ time slot format=isodate
+ ]{2021-09-20}{2021-12-26}
+ \gantttitlecalendar{year, month=name, week=38} \\
+ \ganttmilestone{Milestone 1}{2021-12-24}\ganttnewline
+ \ganttbar{Research}{2021-09-20}{2021-12-26}\ganttnewline
+ \ganttbar{Simulation}{2021-09-20}{2021-12-26}\ganttnewline
+ \ganttbar{Measurements}{2021-09-20}{2021-12-26}\ganttnewline
+ \ganttbar{\textbf{Documentation}}{2021-09-21}{2021-12-20}\ganttnewline
+ %%\ganttbar{Projectplan \& Specification}{2021-09-21}{2021-10-05}\ganttnewline
+ \ganttbar{Abstract}{2021-09-20}{2021-12-26}\ganttnewline
+ \ganttbar{Abstract}{2021-09-20}{2021-12-26}\ganttnewline
+ \ganttbar{Print}{2021-12-20}{2021-12-24}\ganttnewline
+ \ganttbar{Reserve}{2021-12-01}{2021-12-24}\ganttnewline
+ \ganttmilestone{Submission}{2021-12-24}\ganttnewline
+ \ganttbar{Presentation prep.}{2021-12-13}{2021-12-24}\ganttnewline
+ \ganttmilestone{Presentation}{2021-12-23}
+
+
\end{ganttchart}
\end{figure}
\end{landscape}
+\restoregeometry % Wieder die alten Ränder
\end{document}