From 96d3012d200f2732df7aaea3dba5cfd8630bb95e Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 20 Aug 2023 21:03:55 +0200
Subject: [PATCH] mv charts.tex commands.tex

---
 appendix.tex               | 1 -
 charts.tex => commands.tex | 0
 main.tex                   | 2 +-
 3 files changed, 1 insertion(+), 2 deletions(-)
 rename charts.tex => commands.tex (100%)

diff --git a/appendix.tex b/appendix.tex
index 177929e5..c2e4b60b 100644
--- a/appendix.tex
+++ b/appendix.tex
@@ -25,7 +25,6 @@
 
 \printcontents[Manoeuvres]{l}{2}{\setcounter{tocdepth}{4}}
 
-\indexprologue{The following spell summaries are simplified for reference, and do not take into account spells cast at a higher level than normal.}
 \printindex[spells]
 
 \begin{minipage}{\textwidth}
diff --git a/charts.tex b/commands.tex
similarity index 100%
rename from charts.tex
rename to commands.tex
diff --git a/main.tex b/main.tex
index 24763a29..9d5b7db5 100644
--- a/main.tex
+++ b/main.tex
@@ -3,7 +3,7 @@
 \date{}
 
 \usepackage{config/bind}
-\input{charts.tex}
+\input{commands.tex}
 
 \hypersetup{pdfinfo={
 Title={BIND Core},
-- 
GitLab