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...
)
node...   The document nodes.... produces:
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
]
)( author :name "Manuel Serrano" :affiliation "Inria Sophia-Antipolis" :url ( ref :url "http://www.inria.fr/mimosa/Manuel.Serrano" ) :email (mailto "Manuel.Serrano@inria.fr" ) :address `( "2004 route des Lucioles - BP 93" "F-06902 Sophia Antipolis, Cedex" "France" ) :phone "phone: (+33) 4 92 38 76 41" )
... produces: