mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
20 lines
592 B
TeX
20 lines
592 B
TeX
\chapter{Organisation}
|
|
\label{ch:Organisation}
|
|
|
|
\section{Schedule}
|
|
|
|
\begin{figure}
|
|
\begin{center}
|
|
\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{center}
|
|
\caption{Gantt Chart}
|
|
\end{figure}
|
|
|
|
\dots |