Resolve "DBTable: Kein automatisches Filtern bei Input-Change, sondern manuelle Übernahme via Button" #216

Open
mosbach wants to merge 95 commits from 130-dbtable-kein-automatisches-filtern-bei-input-change-sondern-manuelle-ubernahme-via-button into 145-build-system-rewrite
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6750798920 - Show all commits

View File

@ -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
;

View File

@ -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
;
})