Stopped using scheme-full

This commit is contained in:
Alejandro Angulo 2022-12-20 10:22:52 -08:00
parent 4ed146d66f
commit 0013bf95ec
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 1 additions and 4 deletions

View file

@ -18,9 +18,7 @@
fonts = ["Hack"];
};
tex = pkgs.texlive.combine {
# I'm being lazy and using scheme-full instead of specifying what's
# actually required
inherit (pkgs.texlive) scheme-full latex-bin latexmk;
inherit (pkgs.texlive) scheme-basic latex-bin latexmk enumitem multirow titlesec xcolor fontspec;
};
vars = ["email" "phonenumber"];
# Create definitions like \def\email{$EMAIL}