summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex')
-rw-r--r--Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex b/Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex
new file mode 100644
index 00000000000..af51441ab8a
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex
@@ -0,0 +1,22 @@
+\usemodule[gantt]
+%\usemodule[gantt][style=mp]
+%\usemodule[gantt][style=tikz]
+\setuppagenumbering[location=]
+
+\starttext
+ \startgantt{10}{12}
+ \startganttitle
+ \numtitle{1}{1}{12}{1}
+ \stopganttitle
+ \ganttbar{a task}{0}{2}
+ \ganttbarcon{a consecutive task}{2}{4}
+ \ganttbarcon{another consecutive task}{8}{2}
+ \ganttmilestone[color=cyan]{Milestone with color!}{4}
+ \ganttbar{another task}{2}{2}
+ \ganttbar[color=cyan]{another coloured task}{4}{4}
+ \ganttbar{another task}{4}{2}
+ \ganttcon{4}{5}{4}{7}
+ \ganttmilestonecon{A connected Milestone}{7}
+ \ganttbarcon{another consecutive task}{8}{2}
+ \stopgantt
+\stoptext