prototype |
(section :title [:ident] [:class] [:file] [:toc #t ] [:number #t ] node... ) |
(subsection :title [:ident] [:class] [:file] [:toc #t ] [:number #t ] node... ) |
(subsubsection :title [:ident] [:class] [:file] [:toc] [:number #t ] node... ) |
:ident | html latex | The node identifier. |
:class | html latex | The node class. |
:title | html latex | The title of the chapter. |
:number | html latex | This argument controls the chapter number.
A value of #t means that the Skribe compiler computes the chapter
number. A value of #f means that the chapter has no number. |
:toc | html latex | This argument controls if the chapter must
be referenced in the toctable of contents. |
:file | html latex | The argument must be a boolean. A value of
#t tells the Skribe compiler to compile that section in a separate
file. A value of #f tells the Skribe compiler to embed the chapter
in the main target file. |
node... | The nodes of the section. |
document chapter paragraph toc |