tex2rtf doesn't like math mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-03-22 19:13:29 +00:00
parent 84f858e94c
commit 9ecce6913c
4 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ class which allows you to use your own virtual file systems.
wxHtmlWindow supports tag handlers. This means that you can easily
extend wxHtml library with new, unsupported tags. Not only that,
you can even use your own application-specific tags!
See \verb$src/html/m\_*.cpp$ files for details.
See {\tt src/html/m\_*.cpp} files for details.
There is a generic wxHtmlParser class,
independent of wxHtmlWindow.