Latex + Zathura: test continuous preview

This commit is contained in:
Filippo Berto 2023-10-27 14:49:26 +02:00
parent d70887328a
commit c98867d0b4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 6 additions and 0 deletions

View file

@ -5,4 +5,9 @@
inherit (pkgs) texlab aspell;
inherit (pkgs.aspellDicts) en en-computers en-science it;
});
home.file.".latexmkrc".text = ''
$pdf_previewer = 'zathura %O %S';
$pdf_update_method = 2
'';
}

View file

@ -18,6 +18,7 @@ in
# recolor-darkcolor = strPalette.primary.foreground;
# statusbar-bg = strPalette.bright.black;
selection-clipboard = "clipboard";
filemonitor = "signal";
# adapted from https://github.com/eastack/zathura-gruvbox
notification-error-bg = strPalette.primary.background;