add ulem.sty

This commit is contained in:
Lorin Werthen 2021-04-04 22:26:07 +02:00
parent 6a72f36c4b
commit c1bac787fa
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -8,7 +8,7 @@ let
in mkShell {
nativeBuildInputs = [
ruby gems bundler libxml2 nodejs yarn cacert git glibcLocales
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; })
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs ulem; })
] ++ (if stdenv.isDarwin then [terminal-notifier] else []);
shellHook = ''
export LANG=en_US.UTF-8