From 7aff0fe1ede3c5d57a413138c91a09a55d453089 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 30 Apr 2024 12:44:02 +0200
Subject: [PATCH] give rules unasterisked headers

Standard headers fit in tcposter boxes without complaint.
---
 rules/actions_basic.tex    | 2 +-
 rules/actions_resisted.tex | 2 +-
 rules/actions_resting.tex  | 2 +-
 rules/attributes.tex       | 2 +-
 rules/weapons.tex          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/actions_basic.tex b/rules/actions_basic.tex
index ee0b25ba..6fcd91e1 100644
--- a/rules/actions_basic.tex
+++ b/rules/actions_basic.tex
@@ -1,4 +1,4 @@
-\subsubsection*{Dangerous \& Difficult Actions}
+\subsubsection{Dangerous \& Difficult Actions}
 
 Dice rolls describe the state of the world, so if the first player rolls a `6' to open a stuck door, all subsequent players must use the same roll to open the door.
 
diff --git a/rules/actions_resisted.tex b/rules/actions_resisted.tex
index 251cb474..9d679b52 100644
--- a/rules/actions_resisted.tex
+++ b/rules/actions_resisted.tex
@@ -1,4 +1,4 @@
-\subsubsection*{Resisted Actions}
+\subsubsection{Resisted Actions}
 
 \begin{itemize}
   \item
diff --git a/rules/actions_resting.tex b/rules/actions_resting.tex
index d31c51cc..cf5c24b4 100644
--- a/rules/actions_resting.tex
+++ b/rules/actions_resting.tex
@@ -1,4 +1,4 @@
-\subsubsection*{Difficulty at Rest}
+\subsubsection{Difficulty at Rest}
 
 \begin{itemize}
   \item
diff --git a/rules/attributes.tex b/rules/attributes.tex
index e742b76d..8e3b5111 100644
--- a/rules/attributes.tex
+++ b/rules/attributes.tex
@@ -1,4 +1,4 @@
-\subsubsection*{Attributes}
+\subsubsection{Attributes}
 
 \begin{itemize}
   \item
diff --git a/rules/weapons.tex b/rules/weapons.tex
index ee406b60..306ec221 100644
--- a/rules/weapons.tex
+++ b/rules/weapons.tex
@@ -1,4 +1,4 @@
-\subsubsection*{Weapons}
+\subsubsection{Weapons}
 
 Weapons add to Attack and Damage.
 Heavier weapons have bigger Bonuses, but pay dearly through their \gls{ap} cost.
-- 
GitLab