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.retext.enable

Whether to enable retext.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.retext.package

The retext package to use.

Type: null or package

Default:

pkgs.retext

Declared by:

programs.retext.settings

Configuration settings for retext. All the available options can be found here: https://github.com/retext-project/retext/blob/master/configuration.md.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  ColorScheme = {
    htmlComments = "#abc";
    htmlSymbols = "#ff8800";
    htmlTags = "green";
  };
  General = {
    documentStatsEnabled = true;
    lineNumbersEnabled = true;
    relativeLineNumbers = true;
    useWebEngine = true;
  };
}

Declared by: