add ulem.sty
This commit is contained in:
parent
6a72f36c4b
commit
c1bac787fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue