diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-13 02:36:37 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-13 02:36:37 +0100 |
commit | 88776fe4733145b087e328a78a6bdec999fff32a (patch) | |
tree | 785caef6f1a91bf10f6f2c6d1bdc67abcac9c9f2 /EDITING | |
parent | ea361197d3410417e8f234e1073b661372a5e416 (diff) |
Fix markup of definition lists.
Diffstat (limited to 'EDITING')
-rw-r--r-- | EDITING | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -7,22 +7,25 @@ This is a guide for reliably editing text-heavy documents. This guide distinguishes between the following works: -Master text: - : document with semantic markup. -Final document: - : document with presentational markup. +Master text +: document with semantic markup. + +Final document +: document with presentational markup. ## Roles This guide distinguishes between the following roles: -Author: - : Write master texts. -Editor: - : Select and prepare master texts for further processing. -Designer: - : Compose visual presentation from master texts. +Author +: Write master texts. + +Editor +: Select and prepare master texts for further processing. + +Designer +: Compose visual presentation from master texts. Each role is distinct. Participants may have multiple roles, but only one at a time. |