Skip to content

panpdf

Optionally, you can add extra pandoc options after --.

Example usage: panpdf -o dest.pdf src.md -- --pdf-engine lualatex

Usage:

panpdf [OPTIONS] [FILES]...

Options:

  [FILES]...                     Input files or directories.
  -t, --to [latex|pdf|auto]      Output format.  [default: (auto)]
  -o, --output FILE              Write output to FILE instead of stdout.
  -n, --notebooks-dir DIRECTORY  Specify the notebooks directory to search for
                                 figures.
  -d, --defaults FILE            Specify a set of default option settings.
  -s, --standalone               Produce output with an appropriate header and
                                 footer.
  -f, --standalone-figure        Produce output with standalone figures.
  -C, --citeproc                 Process the citations in the file.
  --pandoc-path FILE             If specified, use the Pandoc at this path. If
                                 None, default to that from PATH.
  --verbose                      Give verbose debugging output.
  --quiet                        Suppress warning messages.
  -v, --version                  Show version and exit.