From 0801e732369519545d0a9d862b71a6c2df8c5adf Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 23 Nov 2023 13:43:10 +0900 Subject: Prettify --- shell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 7edb879..935766e 100644 --- a/shell.nix +++ b/shell.nix @@ -1,8 +1,9 @@ with import { }; mkShell { packages = [ (texlive.combine { - inherit (texlive) scheme-basic algorithms algorithmicx amsmath - babel-vietnamese booktabs caption cases cite fancyhdr float glossaries - hyperref pdflscape pdfpages pgf psnfss rsfs times tocloft vntex; + 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 times tocloft varwidth vntex xcolor; }) ]; } -- cgit 1.4.1