profiles/emacs: fix latex packages
This commit is contained in:
parent
e85a426cdd
commit
413521c374
2 changed files with 8 additions and 1 deletions
|
@ -225,6 +225,9 @@ And jumps to your `doom!' block."
|
||||||
(setq
|
(setq
|
||||||
org-latex-listings 'minted
|
org-latex-listings 'minted
|
||||||
org-latex-packages-alist '(("" "minted"))
|
org-latex-packages-alist '(("" "minted"))
|
||||||
|
org-latex-pdf-process
|
||||||
|
'("pdflatex -shell-escape -interaction nonstopmode -output-directory \"%o\" \"%f\""
|
||||||
|
"pdflatex -shell-escape -interaction nonstopmode -output-directory \"%o\" \"%f\"")
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package! lsp-python-ms
|
(use-package! lsp-python-ms
|
||||||
|
|
|
@ -22,7 +22,11 @@
|
||||||
clang
|
clang
|
||||||
mu
|
mu
|
||||||
isync
|
isync
|
||||||
(texlive.combine { inherit (texlive) scheme-medium wrapfig; })
|
(texlive.combine {
|
||||||
|
inherit (texlive)
|
||||||
|
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed;
|
||||||
|
})
|
||||||
|
python39Packages.pygments
|
||||||
jq
|
jq
|
||||||
gnumake
|
gnumake
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue