2012-12-12 13:42:55 +01:00
|
|
|
\documentclass{article}
|
|
|
|
\usepackage[pdftex,active,tightpage]{preview}
|
|
|
|
\setlength\PreviewBorder{2mm}
|
|
|
|
\usepackage{gantt}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\begin{preview}
|
2012-12-18 20:16:49 +01:00
|
|
|
\begin{gantt}{13}{8}
|
2012-12-12 13:42:55 +01:00
|
|
|
\begin{ganttitle}
|
2012-12-18 20:12:00 +01:00
|
|
|
\numtitle{50}{1}{51}{1}
|
|
|
|
\titleelement{Christmas}{2}
|
|
|
|
\numtitle{2}{1}{5}{1}
|
2012-12-12 13:42:55 +01:00
|
|
|
\end{ganttitle}
|
2012-12-18 20:12:00 +01:00
|
|
|
|
|
|
|
\ganttbar{compile ViMuDat}{0}{1.5}
|
|
|
|
\ganttbarcon{create stubs}{1.5}{3}
|
|
|
|
\ganttbarcon{implement metadata}{4.5}{1}
|
|
|
|
\ganttmilestonecon{metadata works}{5.5}
|
|
|
|
|
2012-12-18 20:16:49 +01:00
|
|
|
\ganttgroup{Upload}{4}{2.5}
|
2012-12-18 20:12:00 +01:00
|
|
|
\ganttbar{implement Matlab controler}{4}{2}
|
|
|
|
\ganttbar{implement file parser}{4}{1.5}
|
2012-12-18 20:16:49 +01:00
|
|
|
\ganttbarcon{implement add record}{5.5}{1}
|
|
|
|
\ganttbar{implement segmentation}{5.5}{1}
|
|
|
|
\ganttbar{implement registration}{5.5}{1}
|
|
|
|
\ganttbar{implement classification}{5.5}{1}
|
2012-12-18 20:12:00 +01:00
|
|
|
\ganttmilestonecon[color=red]{implementation finished}{7}
|
2012-12-12 13:42:55 +01:00
|
|
|
\end{gantt}
|
|
|
|
\end{preview}
|
|
|
|
\end{document}
|