Add latex packages for org export.

This commit is contained in:
Tom Alexander
2025-09-02 21:52:59 -04:00
parent 9adff4ebc1
commit edfafd1017
3 changed files with 34 additions and 16 deletions

View File

@@ -134,6 +134,7 @@ in
final.prettier # Format yaml, json, and JS
final.terraform-ls
final.typescript-language-server
final.tex
]
}
'';

View File

@@ -87,4 +87,8 @@
(use-package gnuplot)
(use-package graphviz-dot-mode)
(use-package htmlize
;; For syntax highlighting when exporting to HTML.
)
(provide 'lang-org)