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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue