Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Since you tagged it with <a href="/questions/tagged/tex" class="post-tag" title="show questions tagged &#39;tex&#39;" rel="tag">tex</a>, here's an approach using <a href="http://www.martin-kumm.de/tex/gantt.sty" rel="noreferrer"><code>gantt.sty</code></a> from this page: <a href="http://www.martin-kumm.de/tex_gantt_package.php" rel="noreferrer">A LaTeX package for drawing gantt plots using <code>pgf</code>/<code>tikz</code></a>.</p> <p><img src="https://i.stack.imgur.com/RHwpD.png" alt="enter image description here"></p> <pre><code>\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} </code></pre> <p>A similar approach using <a href="http://ctan.org/pkg/pstricks" rel="noreferrer"><code>pstricks</code></a> is provided by <a href="http://www.ctan.org/pkg/pst-gantt" rel="noreferrer"><code>pst-gantt</code></a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload