Is there any LaTeX package for drawing Gantt diagrams?

你。 提交于 2019-12-18 11:47:19

问题


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

Thanks.


回答1:


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




回答2:


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




回答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.



来源:https://stackoverflow.com/questions/171809/is-there-any-latex-package-for-drawing-gantt-diagrams

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!