From 2bf8e417ced0656127d561288d38f4fd135b15c9 Mon Sep 17 00:00:00 2001 From: Harco de Hilster Date: Fri, 29 Jan 1999 21:32:10 +0000 Subject: [PATCH] Added a \pythonnote command to tex2rtf.ini. By default, it's an empty macro, so it just swallows the input. To generate documents with python notes, comment out (%) the empty macro and enable the one above. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tex2rtf.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/latex/wx/tex2rtf.ini b/docs/latex/wx/tex2rtf.ini index a314d7ee23..eb9d1d37ac 100644 --- a/docs/latex/wx/tex2rtf.ini +++ b/docs/latex/wx/tex2rtf.ini @@ -26,3 +26,7 @@ combineSubSections = yes \const [0] {{\bf const}} \constfunc [3] {{\bf #1} {\bf #2}(#3) {\bf const}\index{#2}} \windowstyle [1] {{\bf #1}\index{#1}} +%\pythonnote [1] {{\bf wxPython note: }#1} +\pythonnote [1] {{}} + +