2.1.1 General Options

Configuration files


Command-Line Options: --config=config-file or -c config-file
Config File: [ general ] config
specifies a configuration file to load. This should be the first option specified on the command-line. Below is a sample configuration file:

[general]
renderer=HTML5
copy-theme-extras=yes

[document]
lang-terms=lang.xml

[files]
split-level=1

Kpsewhich


Command-Line Options: --kpsewhich=program
Config File: [ general ] kpsewhich
Default: kpsewhich
specifies the kpsewhich program to use to locate LaTeX files and packages.

Renderer


Command-Line Options: --renderer=renderer-name
Config File: [ general ] renderer
Default: XHTML
specifies which renderer to use.

Themes


Command-Line Options: --theme=theme-name
Config File: [ general ] theme
Default: default
specifies which theme to use.

Extra theme files


Command-Line Options: --copy-theme-extras or --ignore-theme-extras
Config File: [ general ] copy-theme-extras
Default: yes
indicates whether or not extra files that belong to a theme (if there are any) should be copied to the output directory.