From 1dbb557a448cc766ece92152e109d001edf91d57 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 8 Jan 2016 13:41:09 +0100 Subject: [PATCH] doc/default.nix: List dependencies for building the paper explicitely --- doc/default.nix | 51 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 37 insertions(+), 14 deletions(-) diff --git a/doc/default.nix b/doc/default.nix index de19b5da..22005546 100644 --- a/doc/default.nix +++ b/doc/default.nix @@ -7,20 +7,43 @@ let (pkgs.texlive.combine { inherit (pkgs.texlive) - scheme-small - algorithms - cm-super - collection-basic - collection-fontsextra - collection-fontutils - collection-langenglish - collection-latex - collection-latexextra - collection-latexrecommended - collection-mathextra - collection-pictures - collection-plainextra - collection-science + scheme-basic + + amsfonts + amsmath + lm + ifxetex + ifluatex + eurosym + listings + fancyvrb + # longtable + booktabs + + # no graphics... + # graphicx + # grffile + + hyperref + ulem + geometry + setspace + babel + + # optionals + upquote + microtype + csquotes + + # We have no citation support + # natbib + # biblatex + # bibtex + # biber + + # some more, not listed in the pandoc docs + mathtools + enumitem ; })