From 5147a986fe70dfa49ca2aa57a9b8b50f9e64c2d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 28 Jul 2003 07:52:51 +0000 Subject: [PATCH] added \true and \false defs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tex2rtf.ini | 2 ++ docs/latex/wx/tex2rtf_css.ini | 2 ++ docs/latex/wx/texhelp.sty | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/docs/latex/wx/tex2rtf.ini b/docs/latex/wx/tex2rtf.ini index 799b248c9a..2b5017cf98 100644 --- a/docs/latex/wx/tex2rtf.ini +++ b/docs/latex/wx/tex2rtf.ini @@ -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} diff --git a/docs/latex/wx/tex2rtf_css.ini b/docs/latex/wx/tex2rtf_css.ini index 8665d9cbbe..d7a8a39529 100644 --- a/docs/latex/wx/tex2rtf_css.ini +++ b/docs/latex/wx/tex2rtf_css.ini @@ -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} diff --git a/docs/latex/wx/texhelp.sty b/docs/latex/wx/texhelp.sty index e275e3f94c..784d53ee67 100644 --- a/docs/latex/wx/texhelp.sty +++ b/docs/latex/wx/texhelp.sty @@ -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}} -- 2.45.2