【问题标题】:How to create historical Gantt chart in Linux?如何在 Linux 中创建历史甘特图?
【发布时间】:2012-05-22 15:12:33
【问题描述】:

我需要创建一个日期为 19 世纪的甘特时间线。任何人都可以推荐一个可以处理这个问题的程序吗?

【问题讨论】:

    标签: linux charts tex gantt-chart


    【解决方案1】:

    由于您使用 对其进行了标记,因此以下是此页面中使用gantt.sty 的方法:A LaTeX package for drawing gantt plots using pgf/tikz

    \documentclass{article}
    
    \usepackage{gantt}
    \usepackage{pdflscape}
    
    \begin{document}
      \begin{landscape}
      \scalebox{0.8}{
      \begin{gantt}[xunitlength=0.5cm,fontsize=\small,titlefontsize=\small,drawledgerline=true]{10}{48}
        \begin{ganttitle}
          \titleelement{2009}{7}
          \numtitle{2010}{1}{2012}{12}
          \titleelement{2013}{5}
        \end{ganttitle}
        \begin{ganttitle}
          \numtitle{6}{1}{12}{1}
          \numtitle{1}{1}{12}{1}
          \numtitle{1}{1}{12}{1}
          \numtitle{1}{1}{12}{1}
          \numtitle{1}{1}{5}{1}
        \end{ganttitle}
        \ganttbar{task 1}{2}{17}
        \ganttgroup{a group of tasks}{6}{18}
        \ganttbar{task 2}{5}{10}
        \ganttbar[pattern=crosshatch,color=blue]{task 3}{15}{3}
        \ganttbar{task 4}{20}{3}
        \ganttcon{15}{4}{20}{6}
        \ganttbar{task 5}{15}{5}
        \ganttbarcon[color=red]{task 6}{20}{5}
        \ganttbarcon{task 7}{30}{5}
      \end{gantt}
      }
      \end{landscape}
    \end{document}
    

    pst-gantt 提供了使用pstricks 的类似方法。

    【讨论】:

      【解决方案2】:

      甘特图

      我很久以前就一直在使用甘特图,它对于简单的项目调度(如果这是你想要的)非常有用。它仍然处于活动状态并得到维护。它基于 Java,也适用于 Linux。

      项目网页为:GanttProject.biz

      还有latest release (2.5.2 as of writing)的下载页面

      【讨论】:

        【解决方案3】:

        Openproj 可以帮助您。但取决于你想要什么,它不起作用,因为它是为 Windows 准备的。您可以使用的另一个简单程序称为“Planner”。它只适用于 Linux。

        【讨论】:

        • Planner 不允许我在 1986 年之前更改开始项目的日期。
        • 好的!因此,也许您可​​以尝试使用“Openproj”,但有些工具无法完美运行,因为该程序是为 Windows 平台制作的。但是对于一个简单的甘特图来说没问题。
        • 我终于选择了 ConTeXt 的甘特图模块。这是非常基本且相当“低级”的,但允许将任意文本用于标签。
        猜你喜欢
        • 1970-01-01
        • 2016-11-02
        • 2013-04-08
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-01-21
        • 1970-01-01
        • 2021-06-30
        相关资源
        最近更新 更多