Stopped using scheme-full
This commit is contained in:
parent
4ed146d66f
commit
0013bf95ec
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue