fix(build): add missing tex packages
This commit is contained in:
parent
6084f92ad7
commit
6750798920
@ -36,7 +36,7 @@ let
|
||||
(texlive.combine {
|
||||
inherit (texlive) scheme-basic
|
||||
babel-german babel-english booktabs textpos
|
||||
enumitem eurosym koma-script parskip xcolor roboto
|
||||
enumitem eurosym koma-script parskip xcolor roboto xkeyval
|
||||
# required fro LuaTeX
|
||||
luatexbase lualatex-math unicode-math selnolig
|
||||
;
|
||||
|
||||
@ -286,7 +286,7 @@ in pkgs.mkShell {
|
||||
(texlive.combine {
|
||||
inherit (texlive) scheme-basic
|
||||
babel-german babel-english booktabs textpos
|
||||
enumitem eurosym koma-script parskip xcolor roboto
|
||||
enumitem eurosym koma-script parskip xcolor roboto xkeyval
|
||||
luatexbase lualatex-math unicode-math selnolig # required for LuaTeX
|
||||
;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user