From 942faa91910d5d7320c6d7fa1c2732128b2045fe Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Sat, 21 Nov 2020 17:49:07 +0100
Subject: [PATCH] stop \spelllevel subsections leaving their text

---
 config/preamble.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/preamble.tex b/config/preamble.tex
index ef66400c..50c6202e 100644
--- a/config/preamble.tex
+++ b/config/preamble.tex
@@ -236,7 +236,7 @@ bookmarks=true]%
 \newcommand{\currentsphere}{magic}
 \newcommand{\sphere}[1]{\setcounter{spelllevel}{0}\renewcommand{\currentsphere}{#1}\index{#1}\section{\currentsphere}}
 \newcommand{\spelllevel}{\addtocounter{spelllevel}{1}%
-	\subsection{\currentsphere~ Level \arabic{spelllevel}}\noindent}
+	\subsection{\currentsphere~ Level \arabic{spelllevel}}}
 \newcommand{\enhancement}[3]{\paragraph[(#1) #2: #3]{(#1) Enhancement -- #2:}}
 \newcommand{\magicitem}[7]{\vspace{2em}\needspace{4em}\noindent\textbf{#1}
 \index{Magical Item!#1}
-- 
GitLab