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

separate \boxPair with line

parent 76c648b1
Branches
Tags
No related merge requests found
......@@ -263,6 +263,17 @@ An optional argument allows default size changes for the words, and as usual wor
\begin{multicols}{2}
\boxPair{
\subsubsection{Box Pairs}
This is the \texttt{\textbackslash boxPair} command.
It lets a pair of anything sit at the bottom of the page.
The first argument sits in the left column, and the next in the right.
The command works well if you have a creature box, like this griffin.
}{
\griffin
}
\subsection{Weapon Commands}
The \verb"\weapon{Name}{1}{2}" command works in 2 ways.
......@@ -412,7 +423,6 @@ And charts about roll successes like this:
\end{rollchart}
\subsection{Making Maps}
Make all maps under some subsection, then start the individual map entry like this: \verb"\mapentry[docGift]{Documentation Giftschrank}".
......
......@@ -599,6 +599,10 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
}
\newcommand\bigLine{%
\textcolor{\pageSideColor}{\ifodd\value{page}\raisebox{-3pt}{\Large\hspace{0.1em}\decothreeright}\fi\hrulefill\ifodd\value{page}\else\raisebox{-3pt}{\Large\hspace{-0.1em}\decothreeleft}\fi}%
}
%%%%% NPC Names
\newcommand{\name}{}
......@@ -839,12 +843,18 @@ Roll & Result \\
\newcommand\boxPair[3][b]{
\begin{figure*}[#1!]
\ifstrequal{#1}{b}{%
\bigLine
}{}
\begin{multicols}{2}
#2
\vfill\null
\columnbreak
#3
\end{multicols}
\ifstrequal{#1}{t}{%
\bigLine
}{}
\end{figure*}
}
......
......@@ -246,6 +246,17 @@ This section is non-verbose, so only basic stats are shown.
\archmage
\boxPair[t]{
\subsubsection{Box Pairs}
This is the \texttt{\textbackslash boxPair} command.
It lets a pair of anything sit at the bottom of the page.
The first argument sits in the left column, and the next in the right.
The command works well if you have a creature box, like this lava-man.
}{
\lavaman
}
\dragon
\rockman
......@@ -433,6 +444,17 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
\lipsum[2]
\boxPair[t]{
\subsubsection{Box Pairs}
This is the \texttt{\textbackslash boxPair} command.
It lets a pair of anything sit at the bottom of the page.
The first argument sits in the left column, and the next in the right.
The command works well if you have a creature box, like this griffin.
}{
\griffin
}
\subsection{Test subsection}
\settoggle{allyCharacter}{true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment