diff --git a/homes/julian/features/emacs/default.nix b/homes/julian/features/emacs/default.nix index 16c5d60..78ed0ec 100644 --- a/homes/julian/features/emacs/default.nix +++ b/homes/julian/features/emacs/default.nix @@ -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;