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

Whether to enable pubs.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.pubs.package

The pubs package to use.

Type: package

Default:

pkgs.pubs

Declared by:

programs.pubs.extraConfig

Configuration using syntax written to $HOME/.pubsrc.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
[main]
pubsdir = ${config.home.homeDirectory}/.pubs
docsdir = ${config.home.homeDirectory}/.pubs/doc
doc_add = link
open_cmd = xdg-open

[plugins]
active = git,alias

[[alias]]

[[[la]]]
command = list -a
description = lists papers in lexicographic order

[[git]]
quiet = True
manual = False
force_color = False
''

Declared by: