From e6471dd155aa2913ef0510163cb55f83102b63cb Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Sat, 21 Nov 2020 18:24:16 +0100
Subject: [PATCH] place index entries in categories

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

diff --git a/preamble.tex b/preamble.tex
index 50c6202e..8e509aee 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -255,6 +255,7 @@ bookmarks=true]%
 \newcommand{\manalake}[8]{\subsection{#1 (Level #8)}
 
 	\textit{Spells: #2, }\textit{Path: #3, }\textit{Duration: #4, }\textit{Type: #5, }\textit{Potence: #6, }\textit{#7 MP}% Type can be 'pocket spell', 'magical item', or 'artefact'.
+	\index{Mana Lakes!#1}
 	\vspace{.3em}
 }
 
@@ -307,7 +308,7 @@ Roll & Result \\
 
 \newcommand{\story}[2]{\needspace{2em}\vspace{.3cm}\noindent\textbf{#2\ldots}\par\noindent Cost: #1\par\noindent}
 
-\newcommand{\best}[2][\C]{\npc{#1}{#2}\subsubsection{#2}\index{#2}}
+\newcommand{\best}[2][\C]{\npc{#1}{#2}\subsubsection{#2}\index{Antagonists!#2}}
 
 \newcounter{random}
 \setcounter{random}{1}
-- 
GitLab