Tagged Questions
1
vote
1answer
47 views
Vertical lines in pgfgantt
I'm using the package pgfgantt to create Gantt charts. I've seen that with the "today" key one can have vertical line drawn in the chart. However, only one today key is allowed. How can I have several ...
4
votes
1answer
146 views
How to draw a scheduling scheme?
I would like to draw an arbitration scheduling scheme. I tried to draw one with xfig, but the result is... not so nice ;-):
Does anyone know a good way to draw this in LaTeX? The result don't have ...
0
votes
1answer
133 views
Gantt using Tikz
I would like to draw following picture in latex.
I would like to have a suggestion if this could be easily possible by pgfgantt package? Or should I use tikz to draw this kind of diagram?
In pgfgantt, ...
0
votes
0answers
60 views
pgfgantt error with ganttbar [closed]
I'm using the pgfgantt package (v3.0) on TeX Live 2012. Adding the chart and titles works fine, however adding a ganttbar gives a double error of
Package tikz Error: Extra options not allowed for
...
12
votes
2answers
468 views
Typesetting a calendar with pgfgantt
How can I use pgfgantt to typeset a calendar for 2013? I would like to have calendar that displays the day-dates of the corresponding months; instead of the number 1 to 365 it should give ...
6
votes
1answer
262 views
Gantt chart with title list in minutes and hours
I am trying to use the pgfgantt package to create a deployment event timeline for a cubesat. The various stages of deployment that the cubesat undergoes are on the order of seconds, minutes, and ...
7
votes
1answer
365 views
pgfgantt chart with weekdays and dates
What i have is this:
\documentclass[a4paper]{article}
\usepackage{pgfgantt}
\usepackage{pgfcalendar}
\usepackage[a4paper,landscape,left=1cm,top=1cm,%
bottom=1.5cm,right=1cm]{geometry}
...
3
votes
3answers
957 views
How to make pgfgantt scale to specific widths in the page? (ex. textwidth)
I'm trying to use pgfgantt to create a gantt chart for a project spanning many weeks, thus the following code would overflow through the right margin. I can't find a way to alter the size of the grid ...
4
votes
3answers
574 views
Alignment of the bar labels of ganttbar
The labels of \ganttbar in pgfgantt are right aligned by default (at the border of chart).
Is it possible to have it left aligned?
1
vote
0answers
912 views
pgfgantt: Can't get the examples work correctly [closed]
I need to make some Gantt Diagrams for a budget, and found on the web the pgfgantt package, which looks amazing.
Unfortunately I can't make it work correctly with the examples of its documentation.
...
3
votes
1answer
486 views
pgfgantt: Change Link style
I'm using the pgfgantt package to draw Gantt-Charts. Everything works except for one things: I can not change the style of the links. The documentation shows on page 29 the following example:
...
4
votes
1answer
867 views
Undefined control sequence with pgfgantt package when creating Gantt chart
I'm attempting to make a Gantt chart in my LaTeX document with the pgfgantt package. However, when I try to compile, it give me undefined control sequence at the first \gantttitle between the {7} and ...
8
votes
3answers
1k views
Reduce vertical space between bars in pgfgantt
Is it possible to reduce the default vertical space between bars in pgfgantt? The manual specifies "last line height" but there appears to be no "line height" option.
...
12
votes
1answer
1k views
How to combine a timeline with a calendar
I'm using the pgfgantt package to create a timeline. This is what I've got so far:
\documentclass[landscape]{article}
\usepackage[dvipsnames,usenames]{xcolor}
\usepackage{tikz}
\usepackage{pgfgantt}
...