dev/emacs: fix latex skill issue
This commit is contained in:
parent
59dfdc16ae
commit
9cbdbbda3c
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ 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 fontspec inputenc graphicx
|
wrapfig amsmath ulem hyperref capt-of fontspec inputenx graphics;
|
||||||
longtable rotating amssymb;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
myEmacs = pkgs.emacsWithPackagesFromUsePackage {
|
myEmacs = pkgs.emacsWithPackagesFromUsePackage {
|
||||||
|
|
Loading…
Reference in a new issue