2012-05-22 57 views

回答

1

Openproj可以幫助你。但取決於你想要的,它不適用,因爲它已經準備好了Windows。另一個可以使用的簡單程序叫做「Planner」。這僅僅適用於Linux。

+0

策劃人員不允許我在1986年之前更改開始項目日期。 – helcim

+0

好的!所以也許你可以嘗試使用「Openproj」,但是有一些工具不能完美工作,因爲該程序是針對Windows平臺的。但對於一個簡單的甘特圖就沒關係。 – meikse

+0

我終於爲ConTeXt解決了甘特模塊問題。這是非常基本的,而「低級」,但允許任意文本用於標籤。 – helcim

5

下載頁面既然你標記吧,下面是一個使用gantt.sty從這個頁面的方法:A LaTeX package for drawing gantt plots using pgf/tikz

enter image description here

\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} 

使用pstricks一種類似的方法是通過提供pst-gantt