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
This commit is contained in:
Harco de Hilster 1999-01-29 21:32:10 +00:00
parent f2cb3be904
commit 2bf8e417ce

View File

@ -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] {{}}