abntex2 icon indicating copy to clipboard operation
abntex2 copied to clipboard

Exemplo de gráfico de Gantt no modelo de Projeto de pesquisa

Open GoogleCodeExporter opened this issue 11 years ago • 2 comments

Which component is your suggestion addressed to?
[ ] class
[ ] packages
[ ] bibliography style
[ ] documentation
[X] examples
[ ] other: _____________

What is you suggestion?
Adicionar exemplo de gráfico de Gantt no modelo de Projeto de pesquisa
http://latexbr.blogspot.com.br/2014/04/grafico-de-gantt-com-pgfgantt.html

Additional information:
{{{
\documentclass{standalone}
\usepackage{pgfgantt}

\begin{document}

\begin{ganttchart}[y unit title=0.4cm,
y unit chart=0.5cm,
vgrid,hgrid,
title height=1,
bar/.style={draw,fill=cyan},
bar incomplete/.append style={fill=yellow!50},
bar height=0.7]{1}{24}
 \gantttitle{Maio}{12}
 \gantttitle{Junho}{12} \\
 \gantttitlelist{20,...,31}{1}
 \gantttitlelist{1,...,12}{1} \\
 \ganttbar{Fase 1}{3}{7} \\
 \ganttbar{Fase 2}{7}{12} \\
 \ganttbar[progress=70]{Fase 3}{13}{18} \\
 \ganttbar[progress=40]{Conclus\~ao}{20}{24} \\
 % rela\c c\~oes
 \ganttlink{elem0}{elem1}
 \ganttlink{elem1}{elem2}
 \ganttlink{elem2}{elem3}
\end{ganttchart}

\end{document}
}}}

Original issue reported on code.google.com by laurocesar on 22 Apr 2014 at 4:27

GoogleCodeExporter avatar Mar 14 '15 11:03 GoogleCodeExporter

Original comment by laurocesar on 15 Jan 2015 at 9:51

  • Changed state: Accepted

GoogleCodeExporter avatar Mar 14 '15 11:03 GoogleCodeExporter

Eu acho válido adicionar essa informação. Mas prefiro criar um espaço no wiki, e adicionar o link como comentário no arquivo abntex2-modelo-include-comandos.tex. Embora compreendo que a sugestão foi para o modelo de projeto de pesquisa, a implementação atual inclui este arquivo nos modelos.

Dessa forma nós:

  • notificamos a solução
  • não precisamos adicionar dependências de novos pacotes (pgfgantt)
  • o link do wiki permite atualizações de instruções e soluções alternativas

edusantana avatar Jul 06 '16 00:07 edusantana