From 6ef7a574d43c2f2b0a98f76efa3c51cca65d246f Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 26 Aug 2025 12:53:26 -0500 Subject: [PATCH] Remove now-unused lipsum package --- bulletins/2025-08-10.lytex | 1 - shell.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bulletins/2025-08-10.lytex b/bulletins/2025-08-10.lytex index ee890c4..97d8d5d 100644 --- a/bulletins/2025-08-10.lytex +++ b/bulletins/2025-08-10.lytex @@ -5,7 +5,6 @@ \usepackage{xcolor} \usepackage{graphicx} \usepackage{scripture} -\usepackage{lipsum} % TODO: remove \graphicspath{ {../resources/} } % Relative to output directory, unfortunately \pagenumbering{gobble} diff --git a/shell.nix b/shell.nix index 63a3785..6fac300 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ pkgs.mkShellNoCC { lilypond (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-basic - scripture xcolor lipsum; + scripture xcolor; }) ]; }