]> git.saurik.com Git - wxWidgets.git/commitdiff
added \newsince command
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Oct 2004 22:30:01 +0000 (22:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Oct 2004 22:30:01 +0000 (22:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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

index 25c9ab6de115cc68021208acbdceb8ee1dc776ab..2d85960278c1e094e850980de52920db81f9f8d6 100644 (file)
@@ -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}
index e1cbe2eb32f50e2393380006892b9cec0d50466a..918d7be758aa61d54570326ad02f2368c695efbe 100644 (file)
@@ -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}