Switch to using texlive full scheme
Kept finding packages I was missing... Add engrave-faces package for Emacs to fontify src blocks when exporting
This commit is contained in:
parent
332abdac90
commit
92ca3261d9
|
@ -48,6 +48,7 @@ with epkgs;
|
|||
julia-ts-mode
|
||||
python-docstring
|
||||
python-pytest
|
||||
engrave-faces
|
||||
auctex
|
||||
markdown-mode
|
||||
pandoc-mode
|
||||
|
|
|
@ -2,18 +2,7 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
scheme-medium
|
||||
dvisvgm
|
||||
dvipng
|
||||
wrapfig
|
||||
amsmath
|
||||
ulem
|
||||
hyperref
|
||||
capt-of
|
||||
listings
|
||||
bera
|
||||
;
|
||||
inherit (texlive) scheme-full;
|
||||
latex-beamer-ukaea.pkgs = [ (callPackage ./latex-beamer-ukaea/default.nix { }) ];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue