Download Skribilo User Manual
Transcript
13.3. Lout Engine
111
Document style file include line (a string such as @Include { my-doc-style.lout })
or the symbol auto in which case the include file is deduced from document-type.
includes
"@SysInclude { tbl }\n"
A string containing @Include directives.
inline-definitions-proc
(unquote lout-definitions)
A procedure that is passed the engine and returns Lout definitions to be included at the
beginning of the document as a string.
encoding
"ISO-8859-1"
1
The encoding of the output document . As of Lout 3.39, only "ISO-8859-1" and
"ISO-8859-2" are supported.
initial-font
"Palatino Base 10p"
Lout specification of the document font.
initial-break
(unquote
(string-append
"unbreakablefirst
"unbreakablelast " "hyphen adjust 1.2fx"))
"
Lout specification of the default paragraph breaking style.
initial-language
"English"
Lout specification of the document’s language. This is used to select hyphenation rules,
among other things.
column-number
1
Number of columns.
first-page-number
1
Number of the first page.
page-orientation
portrait
A symbol denoting the page orientation, one of portrait, landscape, reverse-portrait or reverse-landscape.
cover-sheet?
#t
For report, this boolean determines whether a cover sheet should be produced. The
doc-cover-sheet-proc custom may also honor this custom for doc documents.
date-line
1
This option is supported when Guile 2.0+ is being used.
#t