3
0
Fork 0
forked from mirrors/nixpkgs

texmacs: use new texlive, scheme-small by default

The pdf output looks good.
This commit is contained in:
Vladimír Čunát 2015-08-28 22:14:16 +02:00
parent b799be7642
commit 237d027b86

View file

@ -3109,7 +3109,7 @@ let
telnet = callPackage ../tools/networking/telnet { }; telnet = callPackage ../tools/networking/telnet { };
texmacs = callPackage ../applications/editors/texmacs { texmacs = callPackage ../applications/editors/texmacs {
tex = texLive; /* tetex is also an option */ tex = texlive.combined.scheme-small;
extraFonts = true; extraFonts = true;
}; };