Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.pandoc.enable

Whether to enable pandoc.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.pandoc.package

The pandoc package to use.

Type: package

Default:

pkgs.pandoc

Declared by:

programs.pandoc.citationStyles

List of .csl files to install.

Type: list of absolute path

Default:

[ ]

Example:

[ path/to/file.csl ]

Declared by:

programs.pandoc.defaults

Options to set by default. These will be converted to JSON and written to a defaults file (see Default files in pandoc documentation).

Type: JSON value

Default:

{ }

Example:

{
  citeproc = true;
  metadata = {
    author = "John Doe";
  };
  pdf-engine = "xelatex";
}

Declared by:

programs.pandoc.defaultsFile

Resulting defaults file.

Type: absolute path (read only)

Declared by:

programs.pandoc.finalPackage

Resulting package.

Type: package (read only)

Declared by:

programs.pandoc.templates

Custom templates.

Type: attribute set of absolute path

Default:

{ }

Example:

{
  "default.latex" = path/to/your/template;
}

Declared by: