added \true and \false defs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-28 07:52:51 +00:00
parent bfe1a1f11a
commit 5147a986fe
3 changed files with 8 additions and 0 deletions

View File

@@ -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}}