diff --git a/options.xhtml b/options.xhtml index 729a4a939..ede4735c9 100644 --- a/options.xhtml +++ b/options.xhtml @@ -54104,6 +54104,95 @@ null or boolean

+
+ + programs.tex-fmt.enable + + +
+
+

Whether to enable tex-fmt.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/tex-fmt.nix> + +
+
+
+ + programs.tex-fmt.package + + +
+
+

The tex-fmt package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.tex-fmt

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/tex-fmt.nix> + +
+
+
+ + 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:

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

Declared by:

+ + +
+ +<home-manager/modules/programs/tex-fmt.nix> + +
+
programs.texlive.enable