From f9bfc43e43a390cdb7f59e0d2280b95c10c5cb10 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 29 Jan 2024 06:15:11 +0000 Subject: [PATCH] Try switching to a more minimal, custom TeX install --- system/emacs.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/emacs.nix b/system/emacs.nix index 69796ea4..7eb74e4d 100644 --- a/system/emacs.nix +++ b/system/emacs.nix @@ -18,11 +18,17 @@ # Language-specific requirements sqlite pandoc - texlive.combined.scheme-full ghostscript mupdf poppler_utils + # Customised LaTeX install + # texlive.combined.scheme-full + (texlive.combine { + inherit (pkgs.texlive) + scheme-basic dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of; + }) + # Linters shellcheck