emacs: install latex for org mode previews
Some checks failed
Update Nix Flake / update-flake (push) Failing after 14s

This commit is contained in:
2026-01-06 12:04:26 +01:00
parent 3bdf73557b
commit e1c1f6e104

View File

@@ -69,6 +69,25 @@ in {
emacs-all-the-icons-fonts
frajul.typst-languagetool
ltex-ls-plus
(texlive.combine {
inherit
(texlive)
scheme-basic
# for rendering latex in inkscape
standalone
amsmath
preview
# needed for org mode preview
dvisvgm
dvipng # for preview and export as html
wrapfig
# amsmath
ulem
hyperref
capt-of
;
})
]
++ lib.optional config.is-nixos emacs;