X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f93647859c02f4bfd5c262e98a58399b660de9aa..eec47cc6c45a2d9a474cae9da897ebfdb0b7be21:/docs/latex/wx/texhelp.sty

diff --git a/docs/latex/wx/texhelp.sty b/docs/latex/wx/texhelp.sty
index e275e3f94c..784d53ee67 100644
--- a/docs/latex/wx/texhelp.sty
+++ b/docs/latex/wx/texhelp.sty
@@ -85,6 +85,10 @@
 % C++ argument in the documentation text
 \newcommand{\arg}[1]{{\it #1}}
 
+% true and false keywords:
+\newcommand{\true}{{\tt true}}
+\newcommand{\false}{{\tt false}}
+
 % CLIPS Parameter: a type and a name (one intervening space)
 \newcommand{\cparam}[2]{{\bf #1} {\it #2}}