22

Are there LaTeX packages for (more or less) easily drawing Gantt diagrams?

Thanks.

Gabriel
  • 2,313
  • 9
  • 29
  • 41

3 Answers3

13

The pgfgantt package is quite easy to use and does linking.

SiggyF
  • 22,088
  • 8
  • 43
  • 57
8

I have not used myself, but it looks like PSTricks offers some Gantt chart drawing capabilities.

Main PSTricks site: http://tug.org/PSTricks/main.cgi

Example of Gantt chart using PSTricks: http://tug.org/PSTricks/main.cgi?file=Examples/Charts/gantt

wds
  • 31,873
  • 11
  • 59
  • 84
David
  • 1,188
  • 12
  • 15
3

There is the pst-gantt package. The bad news is, that you have to draw dependencies between the tasks yourself. So you need to use the \psline macro to draw lines and arrows.

ablaeul
  • 2,750
  • 20
  • 22