]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a \pythonnote command to tex2rtf.ini. By default, it's an empty macro,
authorHarco de Hilster <harcoh@caos.kun.nl>
Fri, 29 Jan 1999 21:32:10 +0000 (21:32 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Fri, 29 Jan 1999 21:32:10 +0000 (21:32 +0000)
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

index a314d7ee23f6e2c913bb91ee4d6e0bd79e0fda24..eb9d1d37ac9c9a2abac6b55580c4262918d66578 100644 (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] {{}}
+
+