summary refs log tree commit diff homepage
path: root/shell.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-12-11 16:45:06 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-12-11 16:45:06 +0900
commitda9e28add29b71e0b935101d9ac367cced746d76 (patch)
tree09406818f6d24e94a2bf4ac49e17b660031dbce8 /shell.nix
parent4ae5fdc7d2e7c184709988578d12e1ba536c51dc (diff)
downloadthesis-da9e28add29b71e0b935101d9ac367cced746d76.tar.gz
ack
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d773b8f..c096b9c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@ mkShell {
     inherit (texlive) latexmk scheme-basic
       algorithms algorithmicx amsmath babel-vietnamese booktabs biblatex
       caption cases cite enumitem fancyhdr float glossaries hyperref ieeetran
-      pdflscape pdfpages pgf psnfss rsfs siunitx times tocloft
+      pdflscape pdfpages pgf psnfss rsfs setspace siunitx times tocloft
       varwidth vntex xcolor;
   }) ];
 }