From 2fb1e4cc1a89d321751ad406894d957045b0e87c 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

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

diff --git a/preamble.tex b/preamble.tex
index ef66400c..50c6202e 100644
--- a/preamble.tex
+++ b/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