forked from mirrors/nixpkgs
texmacs: use new texlive, scheme-small by default
The pdf output looks good.
This commit is contained in:
parent
b799be7642
commit
237d027b86
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue