summaryrefslogtreecommitdiff
path: root/shenvs/tex.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/tex.nix')
-rw-r--r--shenvs/tex.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/shenvs/tex.nix b/shenvs/tex.nix
index 6ca436d..12dfe73 100644
--- a/shenvs/tex.nix
+++ b/shenvs/tex.nix
@@ -3,15 +3,17 @@ pkgs: {
biber
(texlive.combine {
inherit (texlive)
+ appendix
scheme-medium
biblatex
biblatex-ieee
cleveref
csquotes
enumitem
- IEEEtran
+ ieeetran
titlesec
- titling;
+ titling
+ zref;
})
];
}