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[colorlinks=true, linkcolor=linkColor, urlcolor=linkColor, citecolor=linkColor, anchorcolor=linkColor]{hyperref}
\usepackage{multirow} \usepackage{multirow}
\usepackage{titlesec} \usepackage{titlesec}
\usepackage{comment}
\usepackage[usenames, dvipsnames]{xcolor} \usepackage[usenames, dvipsnames]{xcolor}
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{fontspec} \usepackage{fontspec}

View file

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