From e90c1869744f9bd67bafef19ae66f29125f22143 Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Fri, 6 Oct 2023 21:11:28 -0700 Subject: [PATCH] Better formatting of Character Advnatages Table It was a minor thing, but the "Notes" was ending centred, and I wasn't liking that. So now it isn't. Took a bit as something about how it works grouping it with the `tabular` doesn't work without some degree of whitespace around it. --- Characters/Hero-content.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Characters/Hero-content.tex b/Characters/Hero-content.tex index 0224e93..9b3b137 100644 --- a/Characters/Hero-content.tex +++ b/Characters/Hero-content.tex @@ -199,7 +199,8 @@ and true method from back on the farm. These are the advantages the character has \myref{tab:characteradvant}: \begin{table*}[h!tbp] - \centering + {\centering + \begin{tabular}{| c | c | c |} \hline Advantage&Point Value&Source\\ @@ -215,6 +216,8 @@ These are the advantages the character has \myref{tab:characteradvant}: \hline \end{tabular} + } + Notes: \begin{enumerate}[nosep]