3.1.1 Document
The document function defines a Skribe document.
(document [:info-dir-entry ""
] [:info-dir-category] [:env '()
] [:keywords '()
] [:ending] [:author] [:html-title] [:title] [:class "document"
] [:ident] node...
)
:html-title The title of window of the HTML browser. html
:keywords 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. html lout
:info-dir-category The name of a category for the
"directory" mechanism of the GNU Info documentation system. info
:info-dir-entry Name of the entry for the GNU Info
directory. info
node...
The document nodes.
Ex. 4: 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.
(author :name [:align 'center
] [:photo] [:phone] [:address] [:url] [:email] [:affiliation] [:title] [:class "author"
] [:ident])
Ex. 5: The author markup
... produces: