From fe7e298eb48658241d483b45e15fa99c53287810 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 31 Jul 2023 15:11:44 +0200 Subject: [PATCH] use tabularx for skill examples --- rules/skills.tex | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/rules/skills.tex b/rules/skills.tex index 8be97210..e146b52b 100644 --- a/rules/skills.tex +++ b/rules/skills.tex @@ -3,9 +3,8 @@ Each skill covers a variety of abilities -- at least one per Attribute. \begin{figure*}[t!] -\begin{boxtable}[X|LLL] - - +\begin{tabularx}{\linewidth}{X|LLL} + \hline & \textbf{Strength} & \textbf{Dexterity} & \textbf{Speed} \\\hline \textbf{Academics} & Orating to a massive crowd & Forgery & Courier Runs \\ \textbf{Athletics} & Lifting heavy loads & Climbing & Sprinting \\ @@ -13,11 +12,13 @@ Each skill covers a variety of abilities -- at least one per Attribute. \textbf{Stealth} & Hiding in a hay bail & Moving quietly & Escaping into a crowd \\ \textbf{Vigilance} & Keeping watch all night & Feeling for an exit in the dark & Searching a full forest for a particular tree \\ \textbf{Wyldcrafting} & Wrestling a~boar & Untying a~horse's bridle & Fleeing a stampede \\ -\end{boxtable} + \hline +\end{tabularx} \end{figure*} \begin{figure*}[t!] -\begin{boxtable}[X|LLL] +\begin{tabularx}{\linewidth}{X|LLL} + \hline & \textbf{Intelligence} & \textbf{Wits} & \textbf{Charisma} \\\hline \textbf{Academics} & Recalling facts & Resisting an enchantment spell & Storytelling \\ \textbf{Athletics} & Finding the easiest route to climb & Identifying optimal climbing conditions & Stage acrobatics \\ @@ -25,5 +26,7 @@ Each skill covers a variety of abilities -- at least one per Attribute. \textbf{Stealth} & Identifying the best hiding spot & Quickly hiding & Sleuthing a banquet, uninvited \\ \textbf{Vigilance} & Investigating a crime scene & Spotting an illusion spell & Hearing the best gossip \\ \textbf{Wyldcrafting} & Planning a new, hidden trail & Foraging for a quick meal & Selling vegetables \\ -\end{boxtable} + \hline +\end{tabularx} + \end{figure*} -- GitLab