From c7c19adb675d5d1d5df2a7f6ef2e8449737cec04 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 5 Oct 2024 08:29:53 +0200
Subject: [PATCH] allow example CS without back page

---
 csCommands.sty | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/csCommands.sty b/csCommands.sty
index 8916483..fbc563c 100644
--- a/csCommands.sty
+++ b/csCommands.sty
@@ -217,5 +217,7 @@
     {}% ABILITIES
 }{
   \input{config/CS.tex}
-  \input{config/backpage.tex}
+  \iftoggle{allyCharacter}{
+    \input{config/backpage.tex}
+  }{}
 }
-- 
GitLab