From 7a7cc45082fb9832dc9d0b7d57958b66ab53b9a1 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 11 Oct 2024 11:57:28 -0400 Subject: [PATCH] fix(latex): add additional packages --- user/modules/latex.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/modules/latex.nix b/user/modules/latex.nix index bc6dd01..15bea17 100644 --- a/user/modules/latex.nix +++ b/user/modules/latex.nix @@ -7,6 +7,9 @@ scheme-medium csquotes exam + pgfplots + hanging + stackengine ; }; };