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

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

View File

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

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