texmacs: use new texlive, scheme-small by default

The pdf output looks good.
This commit is contained in:
Vladimír Čunát
2015-09-17 19:06:53 +02:00
parent b799be7642
commit 237d027b86
+1 -1
View File
@@ -3109,7 +3109,7 @@ let
telnet = callPackage ../tools/networking/telnet { };
texmacs = callPackage ../applications/editors/texmacs {
tex = texLive; /* tetex is also an option */
tex = texlive.combined.scheme-small;
extraFonts = true;
};