nix-gscheits/pkgs/fablab/mitgliedsantrag/tex-env.nix

33 lines
1.2 KiB
Nix

# Generated with tex2nix 0.0.0 and MnSymbol manually added
{ texlive, extraTexPackages ? { } }:
(texlive.combine ({
inherit (texlive) scheme-small;
"atbegshi" = texlive."atbegshi";
"atveryend" = texlive."atveryend";
"auxhook" = texlive."auxhook";
"babel" = texlive."babel";
"bitset" = texlive."bitset";
"enumitem" = texlive."enumitem";
"etexcmds" = texlive."etexcmds";
"gettitlestring" = texlive."gettitlestring";
"hopatch" = texlive."hopatch";
"hycolor" = texlive."hycolor";
"hyperref" = texlive."hyperref";
"iftex" = texlive."iftex";
"infwarerr" = texlive."infwarerr";
"intcalc" = texlive."intcalc";
"kvdefinekeys" = texlive."kvdefinekeys";
"kvoptions" = texlive."kvoptions";
"kvsetkeys" = texlive."kvsetkeys";
"letltxmacro" = texlive."letltxmacro";
"ltxcmds" = texlive."ltxcmds";
"minitoc" = texlive."minitoc";
"mnsymbol" = texlive."mnsymbol";
"ntheorem" = texlive."ntheorem";
"pdfescape" = texlive."pdfescape";
"pdftexcmds" = texlive."pdftexcmds";
"refcount" = texlive."refcount";
"rerunfilecheck" = texlive."rerunfilecheck";
"uniquecounter" = texlive."uniquecounter";
"url" = texlive."url";
} // extraTexPackages))