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.tex-fmt.enable

Whether to enable tex-fmt.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.tex-fmt.package

The tex-fmt package to use.

Type: null or package

Default:

pkgs.tex-fmt

Declared by:

programs.tex-fmt.settings

Configuration written to $XDG_CONFIG_HOME/tex-fmt/tex-fmt.toml on Linux or $HOME/Library/Application Support/tex-fmt/tex-fmt.toml on Darwin. See https://github.com/WGUNDERWOOD/tex-fmt and https://github.com/WGUNDERWOOD/tex-fmt/blob/master/tex-fmt.toml for more information.

Type: TOML value

Default:

{ }

Example:

{
  lists = [ ];
  tabchar = "space";
  tabsize = 2;
  wrap = true;
}

Declared by: