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, 0 insertions, 22 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
deleted file mode 100644
index af51441ab8a..00000000000
--- a/Master/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex
+++ /dev/null
@@ -1,22 +0,0 @@
-\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