Guidebook.tex corrections

This commit is contained in:
nhmall
2019-04-10 17:22:18 -04:00
parent 14ad5356e5
commit 558216e0c5
+3 -3
View File
@@ -4675,9 +4675,9 @@ the hitpoints field to display in the color red if your hitpoints
drop to or below a threshold of 30%:\\ drop to or below a threshold of 30%:\\
\begin{verbatim} \begin{verbatim}
OPTION=hilite_status:hitpoints/<=30%/red/normal OPTION=hilite_status:hitpoints/<=30%/red/normal
\end{verbatim}\\ \end{verbatim}
(That example is actually specifying {\tt red\&normal} for <=30\% (That example is actually specifying {\tt red\&normal} for {\tt <=30\%}
and {\tt no-color\&normal} for >30\%.)\\ and {\tt no-color\&normal} for {\tt >30\%}.)\\
For another example, the following line in your configuration file will cause For another example, the following line in your configuration file will cause
wisdom to be displayed red if it drops and green if it rises:\\ wisdom to be displayed red if it drops and green if it rises:\\