dblatex --version (return code: 0)
dblatex version 0.3.10
dblatex --help (return code: 0)
Usage: dblatex [options] file
Options:
-h, --help show this help message and exit
-b BACKEND, --backend=BACKEND
Backend driver to use. The available drivers are
'pdftex' (default), 'dvips' and 'xetex'.
-B, --no-batch All the tex output is printed
-c CONFIG, -S CONFIG, --config=CONFIG
Configuration file
-C CHANGEDIR, --changedir=CHANGEDIR
Standard input working directory
-d, --debug Debug mode. Keep the temporary directory in which
dblatex actually works
-D, --dump Dump error stack (debug purpose)
-e INDEXSTYLE, --indexstyle=INDEXSTYLE
Index Style file to pass to makeindex
-f FIG_FORMAT, --fig-format=FIG_FORMAT
Input figure format, used when not deduced from figure
extension
-F INPUT_FORMAT, --input-format=INPUT_FORMAT
Input file format: sgml, xml. (default=xml)
-i TEXINPUTS, --texinputs=TEXINPUTS
Path added to TEXINPUTS
-I FIG_PATH, --fig-path=FIG_PATH
Additional lookup path of the figures
-l BST_PATH, --bst-path=BST_PATH
Bibliography style file path
-L BIB_PATH, --bib-path=BIB_PATH
BibTeX database path
-m XSLT, --xslt=XSLT XSLT engine to use. (default=xsltproc)
-o OUTPUT, --output=OUTPUT
Output filename. When not used, the input filename is
used, with the suffix of the output format
-O OUTPUT_DIR, --output-dir=OUTPUT_DIR
Output directory for the built books. When not
defined, the current working directory is used. Option
used only for a document having a <set>
-p XSL_USER, --xsl-user=XSL_USER
XSL user configuration file to use
-P PARAM=VALUE, --param=PARAM=VALUE
Set an XSL parameter value from command line
-q, --quiet Less verbose, showing only error messages
-r SCRIPT, --texpost=SCRIPT
Script called at the very end of the tex compilation.
Its role is to modify the tex file or one of the
compilation file before the last round.
-s STYFILE, --texstyle=STYFILE
Latex style to apply. It can be a package name, or
directly a package path that must ends with '.sty'
-t FORMAT, --type=FORMAT
Output format. Available formats: tex, dvi, ps, pdf
(default=pdf)
--dvi DVI output. Equivalent to -tdvi
--pdf PDF output. Equivalent to -tpdf
--ps PostScript output. Equivalent to -tps
-T STYLE, --style=STYLE
Predefined output style
--tmpdir=TMPDIR Temporary working directory to use (for debug only)
-v, --version Print the dblatex version
-V, --verbose Verbose mode, showing the running commands
-x XSLT_OPTIONS, --xslt-opts=XSLT_OPTIONS
Arguments directly passed to the XSLT engine
-X, --no-external Disable the external text file support used for some
callout processing