From 64174eb0e5e3f76438993e6287c76378cf307fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 22 Sep 2025 11:20:33 -0600 Subject: [PATCH] feat(emacs): tufte latex slop --- modules/home/users/crumb/emacs.nix | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/modules/home/users/crumb/emacs.nix b/modules/home/users/crumb/emacs.nix index eb79f59..7fdb372 100644 --- a/modules/home/users/crumb/emacs.nix +++ b/modules/home/users/crumb/emacs.nix @@ -46,6 +46,7 @@ in { ulem hyperref capt-of pgf # Includes TikZ. + pgfplots spath3 # TikZ dependency? tikz-cd # Commutative diagrams w/ TikZ. quiver # Commutative diagrams w/ TikZ & q.uiver.app. @@ -54,7 +55,25 @@ in { mylatexformat # For new-gen org-latex-preview. collection-fontsrecommended # Essential fonts. etoolbox # For Org-mode exports. - ; + siunitx # Typesetting units. + # Tufte-latex and its stupid fucking dependencies. + tufte-latex + xkeyval + changepage + fancyhdr + geometry + natbib + paralist + placeins + ragged2e + setspace + textcase + titlesec + xcolor + hardwrap + xifthen + catchfile + ; }; my-emacs =