packages for org-mode latex export
This commit is contained in:
parent
a566e0208f
commit
fae347ee0f
1 changed files with 11 additions and 1 deletions
|
@ -16,8 +16,18 @@ in {
|
|||
# '';
|
||||
#
|
||||
|
||||
home.packages = [
|
||||
home.packages = with pkgs; [
|
||||
# haskellPackages.Agda BROKEN
|
||||
|
||||
# LaTeX (for org export)
|
||||
(pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive)
|
||||
scheme-basic collection-fontsrecommended ulem
|
||||
fncychap titlesec tabulary varwidth framed fancyvrb float parskip
|
||||
wrapfig upquote capt-of needspace;
|
||||
})
|
||||
|
||||
ispell
|
||||
];
|
||||
|
||||
programs.emacs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue