--standalone
|
|
--template letter
|
|
--variable key=val \
--variable key2
|
variables:
key: val
key2: true
|
--eol nl
|
|
--dpi 300
|
|
--wrap 60
|
|
--columns 72
|
|
--table-of-contents
|
|
--toc
|
|
--toc-depth 3
|
|
--strip-comments
|
|
--no-highlight
|
|
--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
|