From 6e70a46771d3b28edc80a88de22b98df47147dc1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 Apr 2016 15:20:48 +0200 Subject: TeX preamble with listings & algorithms --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index a121ec4..2ba975c 100644 --- a/shell.nix +++ b/shell.nix @@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation rec { with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite ])) (pkgs.texlive.combine { - inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer; + inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer ctablestack algorithms; }) ]; shellHook = '' -- cgit v1.2.3