aboutsummaryrefslogtreecommitdiff
path: root/tex.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tex.nix')
-rw-r--r--tex.nix19
1 files changed, 19 insertions, 0 deletions
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
+
+ ;
+}