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
|
julia-ts-mode
|
||||||
python-docstring
|
python-docstring
|
||||||
python-pytest
|
python-pytest
|
||||||
|
engrave-faces
|
||||||
auctex
|
auctex
|
||||||
markdown-mode
|
markdown-mode
|
||||||
pandoc-mode
|
pandoc-mode
|
||||||
|
|
|
@ -2,18 +2,7 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive) scheme-full;
|
||||||
scheme-medium
|
|
||||||
dvisvgm
|
|
||||||
dvipng
|
|
||||||
wrapfig
|
|
||||||
amsmath
|
|
||||||
ulem
|
|
||||||
hyperref
|
|
||||||
capt-of
|
|
||||||
listings
|
|
||||||
bera
|
|
||||||
;
|
|
||||||
latex-beamer-ukaea.pkgs = [ (callPackage ./latex-beamer-ukaea/default.nix { }) ];
|
latex-beamer-ukaea.pkgs = [ (callPackage ./latex-beamer-ukaea/default.nix { }) ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue