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.
This commit is contained in:
Jigme Datse Yli-Rasku 2023-10-06 21:11:28 -07:00
parent 777f600914
commit e90c186974
1 changed files with 4 additions and 1 deletions

View File

@ -199,7 +199,8 @@ and true method from back on the farm.
These are the advantages the character has \myref{tab:characteradvant}: These are the advantages the character has \myref{tab:characteradvant}:
\begin{table*}[h!tbp] \begin{table*}[h!tbp]
\centering {\centering
\begin{tabular}{| c | c | c |} \begin{tabular}{| c | c | c |}
\hline \hline
Advantage&Point Value&Source\\ Advantage&Point Value&Source\\
@ -215,6 +216,8 @@ These are the advantages the character has \myref{tab:characteradvant}:
\hline \hline
\end{tabular} \end{tabular}
}
Notes: Notes:
\begin{enumerate}[nosep] \begin{enumerate}[nosep]