5.3 General writer options

command line defaults file
--standalone
standalone: true
--template letter
template: letter
--variable key=val \
  --variable key2
variables:
  key: val
  key2: true
--eol nl
eol: nl
--dpi 300
dpi: 300
--wrap 60
wrap: 60
--columns 72
columns: 72
--table-of-contents
table-of-contents: true
--toc
toc: true
--toc-depth 3
toc-depth: 3
--strip-comments
strip-comments: true
--no-highlight
highlight-style: null
--highlight-style kate
highlight-style: kate
--syntax-definition mylang.xml
syntax-definitions:
  - mylang.xml
syntax-definition: mylang.xml
--include-in-header inc.tex
include-in-header:
  - inc.tex
--include-before-body inc.tex
include-before-body:
  - inc.tex
--include-after-body inc.tex
include-after-body:
  - inc.tex
--resource-path .:foo
resource-path: ['.','foo']
--request-header foo:bar
request-headers:
  - ["User-Agent", "Mozilla/5.0"]
--no-check-certificate
no-check-certificate: true