CSS style sheet(s) to be attached to the HTML documents of the eBraille publication.
CSS style sheet(s) to be attached to the HTML documents of the eBraille publication.
The style sheets are associated with each HTML file through link elements. No media query (media
attribute) is specified on the link elements. If media queries are needed, they must be specified
in the CSS itself, through @media and @import rules.
Whether to package the eBraille publication in an EPUB 3-compatible container, or store it unzipped.
Whether to package the eBraille publication in an EPUB 3-compatible container, or store it unzipped.
When packaged in an EPUB container, the output is a single file with
file extension .ebrl. When stored unzipped, the eBraille file set is
contained in a directory.
Possible values: Any <string>
Default value: false()
Braille transcription style sheet parameters
A list of parameters passed to the braille transcription style sheets.
A list of parameters passed to the braille transcription style sheets.
Style sheets may have parameters (Sass variables). This option, which takes a comma-separated list
of key-value pairs enclosed in parenthesis, can be used to set these variables.
For example, if a style sheet uses the Sass variable “foo”:
@if $foo {
/* some style that should only be enabled when "foo" is truthy */
}
you can control that variable with the following parameters list: (foo:true).
Possible values: <stylesheet-parameters>
Default value: ()
Braille code
Braille code to be used for braille transcription.
Braille code to be used for braille transcription.
If set, braille transcription is
done using the selected braille code. If left empty, the braille code is determined by the document
language. Note that braille transcription can also be controlled through CSS @text-transform
rules.
Possible values: <liblouis-table-query>
Default value:
Include original text
Include the original text as a secondary rendition.
Possible values: Any <string>
Default value: false()
Braille transcription style sheets
A list of CSS/Sass style sheets to take into account for braille transcription.
A list of CSS/Sass style sheets to take into account for braille transcription.
Must be a space separated list of URIs, absolute or relative to the input.
Note that styles that do not influence the braille transcription, are ignored, and CSS provided
through this option will not end up in the eBraille publication. The “eBraille style sheets” option
should be used for that purpose.
All style sheets are applied at once, but the order in which they are specified has an influence on
the cascading order.
Style sheets are interpreted according to braille CSS
rules.
For info on how to use Sass (Syntactically Awesome StyleSheets) see the Sass
manual.