From 0ad2dafa897bbb7b1496dbaa8f9bb710c68ea40a Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 14 Feb 2023 23:30:06 +0000
Subject: [PATCH] justfile: include the `preprocess` rst2pdf plugin

---
 justfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/justfile b/justfile
index 4c7f482..b88125d 100644
--- a/justfile
+++ b/justfile
@@ -8,12 +8,14 @@ generate name: (clean name)
   cd {{ name }} \
     && rst2pdf {{ name }}.rst \
       --break-level 1 \
+      -e preprocess \
       --fit-background-mode scale \
       --font-path ../fonts \
       --output {{ name }}.pdf \
       --stylesheets opdavies-light,tango,vs \
     && rst2pdf {{ name }}.rst \
       --break-level 1 \
+      -e preprocess \
       --fit-background-mode scale \
       --font-path ../fonts \
       --output {{ name }}-dark.pdf \