3.1 Skribilo User Manual — Building documents |
The document function defines a Skribe document.
| prototype | ||
|---|---|---|
(document [:env | ||
| option | engines | description |
| :ident | html lout latex context info xml | The node identifier. |
| :class | html lout latex context info xml | The node class. |
| :title | html lout latex context info | The title of the document. |
| :html-title | html | The title of window of the HTML browser. |
| :author | html lout latex context info | The authors of the document. |
| :ending | html lout latex context info | 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. |
| argument | description | |
node... | The document nodes. | |
| See also | ||
author chapter toc | ||
... produces:
|
The author function is used to specify the authors of a Skribe document.
| prototype | ||
|---|---|---|
(author :name [:align | ||
| option | engines | description |
| :ident | html lout latex context info xml | The node identifier. |
| :class | html lout latex context info xml | The node class. |
| :name | html lout latex context info | The name of the author. |
| :title | html lout latex context info | His title. |
| :affiliation | html lout latex context info | His affiliation. |
| html lout latex context info | His email. | |
| :url | html lout latex context info | His web page. |
| :address | html lout latex context info | His address. |
| :phone | html lout latex context info | His phone number. |
| :photo | html lout latex context info | His photograph. |
| :align | html lout latex context info | The author item alignment. |
| See also | ||
mailto ref | ||
|
... produces:
|