diff --git a/docs.tex b/docs.tex index a0bf6f4b4c500f4f506d5ddd303694aca70eac0f..c3b229163a39f563032f930a16ad17e4d05eeacc 100644 --- a/docs.tex +++ b/docs.tex @@ -190,7 +190,7 @@ And charts about roll successes like this: \subsection{Symbols} -\begin{tabularx}{\linewidth}{XXX} +\begin{tabularx}{\linewidth}{Xcc} Meaning & Typed & Symbol \\\hline @@ -221,6 +221,10 @@ And charts about roll successes like this: \hline Squash & {\tt \textbackslash{squash}} & \gls{squash} \\ + Side Quest ready & {\tt \textbackslash{sqr}} & \gls{sqr} \\ + + Side Quest not ready & {\tt \textbackslash{sqn}} & \gls{sqn} \\ + \end{tabularx} \end{multicols} diff --git a/glossary.tex b/glossary.tex index 32ec75c92fb5bececa6db1c9c458e405fbcc9ae1..ddd9f96f1154c969f8a43085f42855f1f0361eb3 100644 --- a/glossary.tex +++ b/glossary.tex @@ -93,6 +93,20 @@ description={Play this Side Quest at the same time as the next} } +\newglossaryentry{sqn}{ + type=symbols, + nonumberlist, + name={\Square}, + description={Side Quest is not ready yet} +} + +\newglossaryentry{sqr}{ + type=symbols, + nonumberlist, + name={\CheckedBox}, + description={Side Quest is ready to play} +} + % SHORT COMMANDS \newcommand{\T}{\gls{T}\settoggle{team}{true}} % groups @@ -108,4 +122,5 @@ \newcommand{\Gn}{\gls{Gn}} % gnome \newcommand{\Nl}{\gls{Nl}} % gnoll \newcommand{\squash}{\gls{squash}} % multi-part side quest - +\newcommand{\sqr}{\gls{sqr}} % multi-part side quest +\newcommand{\sqn}{\gls{sqn}} % multi-part side quest diff --git a/layout.sty b/layout.sty index f4c0ae34cb92fd2b08b2de9a12ca5095397cfc25..2a631800999bda42befca0c615e5152a220ef9bd 100644 --- a/layout.sty +++ b/layout.sty @@ -891,7 +891,7 @@ Roll & Result \\ \settoggle{firstsq}{true} } -\newcommand{\sqpart}[3]{\resumecontents[#1]\subsubsection[\iftoggle{firstsq}{\CheckedBox}{\Square} #2 -- #3]{(#1) #2}\stopcontents[#1]\settoggle{firstsq}{false}} +\newcommand{\sqpart}[3]{\resumecontents[#1]\subsubsection[\iftoggle{firstsq}{\sqr}{\sqn} #2 -- #3]{(#1) #2}\stopcontents[#1]\settoggle{firstsq}{false}} %%%%% Character Sheet Commands