Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 views
License: OTHER
1
\documentclass{article}
2
\usepackage[pdftex,active,tightpage]{preview}
3
\setlength\PreviewBorder{2mm}
4
\usepackage{gantt}
5
6
\begin{document}
7
\begin{preview}
8
\begin{gantt}{13}{8}
9
\begin{ganttitle}
10
\numtitle{50}{1}{51}{1}
11
\titleelement{Christmas}{2}
12
\numtitle{2}{1}{5}{1}
13
\end{ganttitle}
14
15
\ganttbar{compile ViMuDat}{0}{1.5}
16
\ganttbarcon{create stubs}{1.5}{3}
17
\ganttbarcon{implement metadata}{4.5}{1}
18
\ganttmilestonecon{metadata works}{5.5}
19
20
\ganttgroup{Upload}{4}{2.5}
21
\ganttbar{implement Matlab controler}{4}{2}
22
\ganttbar{implement file parser}{4}{1.5}
23
\ganttbarcon{implement add record}{5.5}{1}
24
\ganttbar{implement segmentation}{5.5}{1}
25
\ganttbar{implement registration}{5.5}{1}
26
\ganttbar{implement classification}{5.5}{1}
27
\ganttmilestonecon[color=red]{implementation finished}{7}
28
\end{gantt}
29
\end{preview}
30
\end{document}
31
32