3.1.1 Document
The document function defines a Skribe document.
| prototype |
(document [:env '()] [:keywords '()] [:ending] [:author] [:html-title] [:title] [:class "document"] [:ident] node...) |
| :ident | html lout latex context xml | The node identifier. |
| :class | html lout latex context xml | The node class. |
| :title | html lout latex context | The title of the document. |
| :html-title | html | The title of window of the HTML browser. |
| :author | html lout latex context | The authors of the document. |
| :ending | html lout latex context | An ending text. |
| :keywords | html lout | A list of keywords which may be plain strings
or markups. The keywords will not appear in the final document but only
as meta-information (e.g., using the HTML `meta' tag) if the engine used
supports it. |
| :env | html lout latex context | A counter environment. |
node... | The document nodes. |
author chapter toc |
Ex. 3: The document markup
... produces:
| This is a Skribilo document
A body... |
|
3.1.2 Author
The author function is used to specify the authors of a Skribe
document.
Ex. 4: The author markup
... produces: