summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/third/gantt/gantt.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-15 23:29:21 +0000
committerKarl Berry <karl@freefriends.org>2011-09-15 23:29:21 +0000
commit4dfc511b873cd92049ca07b5603a31bfdabb426a (patch)
tree9df4b72fb1d93c8c6761df48e7cc7c7546de13db /Master/texmf-dist/doc/context/third/gantt/gantt.txt
parentafdf7c8b367a0cb6fd128ee5f88d259b547eba96 (diff)
context-gantt (15sep11)
git-svn-id: svn://tug.org/texlive/trunk@23973 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/third/gantt/gantt.txt')
-rw-r--r--Master/texmf-dist/doc/context/third/gantt/gantt.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/context/third/gantt/gantt.txt b/Master/texmf-dist/doc/context/third/gantt/gantt.txt
index 9bd41c10125..8c788a35e6f 100644
--- a/Master/texmf-dist/doc/context/third/gantt/gantt.txt
+++ b/Master/texmf-dist/doc/context/third/gantt/gantt.txt
@@ -2,8 +2,8 @@ Gantt is a (third party) ConTeXt module for drawing Gantt charts via MetaPost or
== Description ==
To switch between the two drawing engines (MetaPost and TikZ) use the style option.
-\usemodule[gantt][style=mp]
-\usemodule[gantt][style=tikz]
+\usemodule[gantt][alternative=mp]
+\usemodule[gantt][alternative=tikz]
The default engine is MetaPost.
Here is a short description of the environments and commands:
@@ -14,8 +14,8 @@ The gantt environment draws the canvas of a gantt figure.
The optional argument […] can be filled in a key=value syntax, using one or more of the following keys:
* sf - MetaPost scale factor (default: 1)
* xunitlength - length of one time slot (default: 1cm)
-* fontsize - fontsize of labels (default: \tf)
-* titlefontsize - fontsize of title section (default: \tfx)
+* style - fontsize of labels (default: \tf)
+* titlestyle - fontsize of title section (default: \tfx)
* drawledgerline - switch to enable/disable the drawing of horizontal ledger lines (default value: false)
=== Ganttitle ===