depythontex --version (return code: 0)
DePythonTeX 0.14
depythontex --help (return code: 0)
usage: depythontex [-h] [--version] [--encoding ENCODING] [--overwrite]
[--listing {verbatim,fancyvrb,listings,minted,pythontex}]
[--lexer-dict LEXER_DICT] [--preamble PREAMBLE]
[--graphicspath] [-o OUTPUT]
TEXNAME
positional arguments:
TEXNAME LaTeX file
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--encoding ENCODING encoding for all text files (see codecs module for
encodings)
--overwrite overwrite existing output, if it exists (off by
default)
--listing {verbatim,fancyvrb,listings,minted,pythontex}
style or package used for typesetting code
--lexer-dict LEXER_DICT
add mappings from Pygments lexer names to the language
names of other highlighting packages; should be a
comma-separated list of the form "<Pygments
lexer>:<language>, <Pygments lexer>:<language>, ..."
--preamble PREAMBLE line of commands to add to output preamble
--graphicspath Add the outputdir to the graphics path, by modifying
an existing \graphicspath command or adding one.
-o OUTPUT, --output OUTPUT
output file