Skip to content
Snippets Groups Projects
Commit af349bea authored by Malin Freeborn's avatar Malin Freeborn
Browse files

prepare for multiple columns

parent 51f90f78
No related branches found
No related tags found
No related merge requests found
......@@ -239,8 +239,9 @@
\begin{tabularx}{\textwidth}{lrlrlr}
Strength & \arabic{str} & Dexterity & \arabic{dex} & Speed & \arabic{spd} \\
Intelligence & \arabic{int} & Wits & \arabic{wts} & Charisma & \arabic{cha} \\}{%
\begin{tabularx}{\textwidth}{lrlrlrlr}
Strength & \arabic{str} & Dexterity & \arabic{dex} & Speed & \arabic{spd} & Wits & \arabic{wts} \\
\begin{tabularx}{\textwidth}{lrlrlr}
Strength & \arabic{str} & Dexterity & \arabic{dex} & Speed & \arabic{spd} \\
Wits & \arabic{wts} \\
}
\setcounter{hp}{\value{str}}
\end{tabularx}
......
......@@ -205,9 +205,9 @@ Roll & Result \\
\newtcolorbox{xpchart}[1]{tabularx={l|p{.8\textwidth}},arc=0mm,adjusted title=XP Rewards for #1}
\newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{adjusted title=Encounters in #1,arc=1mm,tabularx={XXp{.7\textwidth}},code={\setcounter{enc}{19}\setcounter{list}{18}}}
\newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{adjusted title=Encounters in #1,arc=1mm,tabularx={XXp{.6\textwidth}},code={\setcounter{enc}{19}\setcounter{list}{18}}}
\newtcolorbox{rollchart}{tabularx={cp{.84\textwidth}},arc=1mm}
\newtcolorbox{rollchart}{tabularx={cp{.7\linewidth}},arc=1mm}
\newtcolorbox{xpbox}[1]{tabularx={lc},arc=1mm,equal height group=#1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment