summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/h2020proposal/template-fet/gantt.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/h2020proposal/template-fet/gantt.tex')
-rw-r--r--macros/latex/contrib/h2020proposal/template-fet/gantt.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/h2020proposal/template-fet/gantt.tex b/macros/latex/contrib/h2020proposal/template-fet/gantt.tex
new file mode 100644
index 0000000000..b76534ab92
--- /dev/null
+++ b/macros/latex/contrib/h2020proposal/template-fet/gantt.tex
@@ -0,0 +1,42 @@
+%project Gantt chart
+
+
+\begin{figure}
+ \centering
+
+ \begin{ganttchart}%
+ [
+ x unit = 0.25cm,
+ y unit title=0.4cm,
+ y unit chart=0.4cm,
+ vgrid,
+ title/.style={draw=black!50, fill=green!50!black},
+ title label font=\sffamily\bfseries\color{white},
+ title label anchor/.style={below=-1.6ex},
+ title left shift=.05,
+ title right shift=-.05,
+ title height=1,
+ bar/.style={draw=none, fill=blue!75},
+ bar height=.6,
+ bar label font=\small\color{black!50},
+ milestone label font=\small\color{red!50},
+ group right shift=0,
+ group top shift=.6,
+ group height=.3,
+ group peaks={}{}{.2},
+ incomplete/.style={fill=red}]{60}
+
+ \gantttitle{ACRONYM}{60} \\
+ \gantttitle{Year 1}{12}
+ \gantttitle{Year 2}{12}
+ \gantttitle{Year 3}{12}
+ \gantttitle{Year 4}{12}
+ \gantttitle{Year 5}{12} \\
+
+ \ganttchartdata % data generated by the ICTProposal.cls
+
+ \end{ganttchart}
+
+ \caption[Gantt chart]{Project Gantt chart.}
+ \label{fig:gantt}
+\end{figure}