git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22330
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1}
%\perlnote [1] {}
\arg [1] {{\it #1}}
+\true [0] {{\tt true}}
+\false [0] {{\tt false}}
; make tex2rtf understand \hbox{} macro:
\hbox [1] {#1}
\perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1}
%\perlnote [1] {}
\arg [1] {{\it #1}}
+\true [0] {{\tt true}}
+\false [0] {{\tt false}}
; make tex2rtf understand \hbox{} macro:
\hbox [1] {#1}
% 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}}