aboutsummaryrefslogtreecommitdiff
path: root/tex.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-11-02 11:17:05 +1100
committerJustin Bedo <cu@cua0.org>2020-11-02 14:45:34 +1100
commit8aaecc9093be8531c7c25e24b6b2464536458eee (patch)
tree3c1395d0ade06a30c57ac01ed90f3a045cc44843 /tex.nix
init
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
+
+ ;
+}