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

@ -6,7 +6,6 @@
\usepackage[colorlinks=true, linkcolor=linkColor, urlcolor=linkColor, citecolor=linkColor, anchorcolor=linkColor]{hyperref}
\usepackage{multirow}
\usepackage{titlesec}
\usepackage{comment}
\usepackage[usenames, dvipsnames]{xcolor}
\usepackage{fancyhdr}
\usepackage{fontspec}

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}