From 46783f38c2519c2462537a532b988bdefe444a9a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 18 Sep 2024 00:29:33 +0200
Subject: [PATCH] remove title from Descriptor table

---
 charts.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts.tex b/charts.tex
index c624029..43a8266 100644
--- a/charts.tex
+++ b/charts.tex
@@ -100,7 +100,7 @@
 
 \newcommand\descriptorTable{
   \toggletrue{Duplicated}
-  \begin{nametable}[c|LYL]{Descriptors}
+  \begin{boxtable}[c|LYL]
     \textbf{Lv.} & \textbf{Distant} & \textbf{Duplicated} & \textbf{Devious} \\\hline
     \setcounter{spellCost}{2}%
     \arabic{spellCost} & \setLongRange \spellRange & \setTargetsIfDuplicated \arabic{spellTargets} targets & 1~\showOnset \\
@@ -112,5 +112,5 @@
     \arabic{spellCost} & \setLongRange \spellRange & \setTargetsIfDuplicated \arabic{spellTargets} targets & 1~\showOnset \\
     \stepcounter{spellCost}
     \arabic{spellCost} & \setLongRange \spellRange & \setTargetsIfDuplicated \arabic{spellTargets} targets & 1~\showOnset \\
-  \end{nametable}
+  \end{boxtable}
 }
-- 
GitLab