Largely successful attempts to get better spacing

in RTF. This may temporarily break WinHelp RTF but the priority
right now is Word RTF.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-21 23:37:01 +00:00
parent 9457cf684e
commit 40126b09cc
2 changed files with 94 additions and 43 deletions

View File

@@ -1184,7 +1184,7 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
{
if (start)
{
if (inVerbatim)
if (TRUE) // (inVerbatim)
TexOutput(_T("~"));
else
TexOutput(_T(" "));