The function include
is particularily useful to spread a
long document amongst several files.
prototype |
(include file ) |
file | The file containing the nodes to be included. These nodes
are included in the document in place of the include call |
The given file is searched in the current [?mark *skribe-path*]
The function skribe-release
returns the Skribe version as a string
prototype |
(skribe-release) |
For instance, the following piece of code
[This manual documents the ,(bold (skribe-release)) Skribe release]
|
|
produces the following output
This manual documents the 1.0a Skribe release |
|