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[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}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue