dev/emacs: fix latex skill issue

This commit is contained in:
Sakooooo 2024-09-27 22:10:08 +04:00
parent 59dfdc16ae
commit 9cbdbbda3c
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -14,8 +14,7 @@ let
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-basic
dvisvgm dvipng # for preview and export as html
wrapfig amsmath ulem hyperref capt-of fontspec inputenc graphicx
longtable rotating amssymb;
wrapfig amsmath ulem hyperref capt-of fontspec inputenx graphics;
});
myEmacs = pkgs.emacsWithPackagesFromUsePackage {