Install texlive needed for inkscape
This commit is contained in:
parent
e07603e127
commit
52d18a279d
@ -114,7 +114,23 @@ with pkgs;
|
|||||||
|
|
||||||
nomacs
|
nomacs
|
||||||
rocketchat-desktop
|
rocketchat-desktop
|
||||||
|
|
||||||
|
(texlive.combine {
|
||||||
|
# for rendering latex in inkscape
|
||||||
|
inherit (texlive)
|
||||||
|
scheme-medium
|
||||||
|
standalone
|
||||||
|
amsmath
|
||||||
|
preview
|
||||||
|
;
|
||||||
|
})
|
||||||
|
# (pkgs.inkscape-with-extensions.override {
|
||||||
|
# inkscapeExtensions = [ pkgs.inkscape-extensions.textext ];
|
||||||
|
# })
|
||||||
|
# inkscape-with-extensions
|
||||||
|
# inkscape-extensions.textext
|
||||||
inkscape
|
inkscape
|
||||||
|
|
||||||
geogebra
|
geogebra
|
||||||
|
|
||||||
languagetool
|
languagetool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user