Chapter 4
Text-Producing Commands
All the elements of the tasks, milestones, subprojects of a project definition are reusable in
the text. To each element corresponds a primitive:
- \annotation{tag};
- \name{tag};
- \resource{tag};
- \effort{tag};
- \effort{tag,contributor};
- \contributions{tag};
- \start{tag};
- \finish{tag}.
The output styles of some elements can be parameterized:
- \datestyle{style} determines how dates should be listed with a mapping
#1/#2/#3 to style. The default is \datestyle{#1/#2/#3};
- \contributionsstyle{part_1}{part_2}{separator}
determines how contributions should be listed through a mapping from the
contributor (#1) and the effort (#2), and how they should be separated. The
default is
\contributionsstyle{#1}{ (#2)}{, }.