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:
parent
bfe1a1f11a
commit
5147a986fe
@ -51,6 +51,8 @@ ignoreInput = "ltx.tex"
|
||||
\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}
|
||||
|
@ -52,6 +52,8 @@ htmlStylesheet = "wx.css"
|
||||
\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}
|
||||
|
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user