1
0
Fork 0

Install more latex

This commit is contained in:
Malte Brandy 2020-10-27 01:24:14 +01:00
parent bb8213d39f
commit 27cfb6cdb1
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -2,11 +2,6 @@
home.packages = [ pkgs.zotero ];
programs.texlive = {
enable = true;
extraPackages = tpkgs: {
inherit (tpkgs)
scheme-medium pdfjam latexmk collection-latexextra
collection-bibtexextra collection-luatex collection-mathscience
collection-fontsextra dvipng;
};
extraPackages = p: { inherit (p) scheme-full; };
};
}