From 3692b33c7f1d4f86c3e5333954c454b15c20b4d2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 17 Oct 2004 22:30:01 +0000 Subject: [PATCH] added \newsince command git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tex2rtf.ini | 1 + docs/latex/wx/tex2rtf_css.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/latex/wx/tex2rtf.ini b/docs/latex/wx/tex2rtf.ini index 25c9ab6de1..2d85960278 100644 --- a/docs/latex/wx/tex2rtf.ini +++ b/docs/latex/wx/tex2rtf.ini @@ -56,6 +56,7 @@ ignoreInput = "ltx.tex" \true [0] {{\tt true}} \false [0] {{\tt false}} \NULL [0] {{\tt NULL}} +\newsince [1] {This function is new since wxWidgets version #1} ; 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 e1cbe2eb32..918d7be758 100644 --- a/docs/latex/wx/tex2rtf_css.ini +++ b/docs/latex/wx/tex2rtf_css.ini @@ -57,6 +57,7 @@ htmlStylesheet = "wx.css" \true [0] {{\tt true}} \false [0] {{\tt false}} \NULL [0] {{\tt NULL}} +\newsince [1] {This function is new since wxWidgets version #1} ; make tex2rtf understand \hbox{} macro: \hbox [1] {#1} -- 2.47.2