dev/emacs: more latex packages for some reason
This commit is contained in:
parent
70f7ac9863
commit
59dfdc16ae
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ let
|
||||||
tex = (pkgs.texlive.combine {
|
tex = (pkgs.texlive.combine {
|
||||||
inherit (pkgs.texlive) scheme-basic
|
inherit (pkgs.texlive) scheme-basic
|
||||||
dvisvgm dvipng # for preview and export as html
|
dvisvgm dvipng # for preview and export as html
|
||||||
wrapfig amsmath ulem hyperref capt-of;
|
wrapfig amsmath ulem hyperref capt-of fontspec inputenc graphicx
|
||||||
|
longtable rotating amssymb;
|
||||||
});
|
});
|
||||||
|
|
||||||
myEmacs = pkgs.emacsWithPackagesFromUsePackage {
|
myEmacs = pkgs.emacsWithPackagesFromUsePackage {
|
||||||
|
|
Loading…
Reference in a new issue