]> git.saurik.com Git - wxWidgets.git/commitdiff
added \true and \false defs
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Jul 2003 07:52:51 +0000 (07:52 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Jul 2003 07:52:51 +0000 (07:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tex2rtf.ini
docs/latex/wx/tex2rtf_css.ini
docs/latex/wx/texhelp.sty

index 799b248c9a17345d5b7f03275b758f84f692753c..2b5017cf987b2c345f37f394f04a260206a2acc8 100644 (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}
index 8665d9cbbe562a4278bccbb825c128d0fdb257b5..d7a8a3952955eb3010dde9acc80951bda7778fc9 100644 (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}
index e275e3f94c9c19b615d880d8d419eddbb15a4d07..784d53ee67d55f20d9918acf2f3bed4a55f19a12 100644 (file)
 % 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}}