summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/h2020proposal/template-ict/gantt.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-09-21 21:59:45 +0000
committerKarl Berry <karl@freefriends.org>2015-09-21 21:59:45 +0000
commit4dd10a5596846f0622c6e601ca18e94ca78937fb (patch)
treed25b18a883693a6cf708a69653dbe54c2b1c414d /Master/texmf-dist/doc/latex/h2020proposal/template-ict/gantt.tex
parentb7e7649338d06394631bbbb44c2fbdcd75466b80 (diff)
h2020proposal (21sep15)
git-svn-id: svn://tug.org/texlive/trunk@38428 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/h2020proposal/template-ict/gantt.tex')
-rw-r--r--Master/texmf-dist/doc/latex/h2020proposal/template-ict/gantt.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/h2020proposal/template-ict/gantt.tex b/Master/texmf-dist/doc/latex/h2020proposal/template-ict/gantt.tex
new file mode 100644
index 00000000000..b76534ab923
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/h2020proposal/template-ict/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}