Hey there,
I want to create a Gantt chart to show which machine is followed by which machine in different jobs.
In the photo you can see, how I would like to have it. I sure went through a lot of examples, but I could not find the same one. It would also be okay, it the chart would be slightly different.
Once again: thank you so much for your help!
Graphics, Figures & Tables ⇒ Drawing a Gantt Chart
-
- Posts: 11
- Joined: Thu Jun 27, 2013 1:16 am
Drawing a Gantt Chart
- Attachments
-
- Foto am 07.07.13 um 13.24.jpg (59.65 KiB) Viewed 7168 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Drawing a Gantt Chart
Did you have a look at pgfgantt?
-
- Posts: 11
- Joined: Thu Jun 27, 2013 1:16 am
Re: Drawing a Gantt Chart
Can you explain me how I can install this for Texmaker on my mac?
I do not find data to be downloaded etc...
Sorry for my ridiculous questions;)
I do not find data to be downloaded etc...
Sorry for my ridiculous questions;)
Drawing a Gantt Chart
Nope, sorry.pointeddot wrote:Can you explain me how I can install this for Texmaker on my mac?
Texmaker is only an editor. Usually you have some (La)TeX distribution like TexLive that comes with a package manager to handle the installation of new packages. GNU/Linux distributions often come with LaTeX integrated into their package manager, but I have no idea whether MacOS does the same.
Maybe somebody else can help you...
http://ctan.org/tex-archive/graphics/pg ... b/pgfganttpointeddot wrote:I do not find data to be downloaded etc...
But, as I already said, normally the installation of new packages is handled by some package manager.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Drawing a Gantt Chart
I guess everything should be installed on your system right now.
Please open a terminal and type, then confirm with enter. The manual should be opened, and you can use the package.
If not, try, maybe you need sudo privileges.
Please open a terminal and type
Code: Select all
texdoc pgfgantt
If not, try
Code: Select all
tlmgr --install pgfgantt
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.