From 8aaecc9093be8531c7c25e24b6b2464536458eee Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 2 Nov 2020 11:17:05 +1100 Subject: init --- tex.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tex.nix (limited to 'tex.nix') diff --git a/tex.nix b/tex.nix new file mode 100644 index 0000000..3206be2 --- /dev/null +++ b/tex.nix @@ -0,0 +1,19 @@ +{ texlive }: + +texlive.combine { + inherit (texlive) + scheme-minimal latexmk tools collection-xetex collection-fontsrecommended + biber latexdiff + + abstract acronym alphalph atbegshi atveryend auxhook biblatex bigfoot + booktabs caption cleveref colortbl doi enumitem environ etexcmds etoolbox + eulervm fancyhdr fontspec footmisc geometry gettitlestring graphics hycolor + hyperref hyphenat infwarerr koma-script kvdefinekeys kvoptions kvsetkeys + lastpage logreq ltxcmds mathastext mdframed merriweather microtype nag + needspace newfloat newunicodechar pdftexcmds pgf preprint quoting ragged2e + relsize rerunfilecheck scalerel stringenc sttools textpos titlesec + trimspaces url xcolor xkeyval xpatch xstring zref listings oberdiek + beamer + + ; +} -- cgit v1.2.3