]> git.saurik.com Git - wxWidgets.git/commit
Added '_' checking that warns of the use of "_" or "\_" in the wrong places
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 24 May 2001 16:54:19 +0000 (16:54 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 24 May 2001 16:54:19 +0000 (16:54 +0000)
commitfad535eea353fa1ce2f15e3053fc3b96e9a0b02d
tree5262b9e4b98c8bbe8c7c4c773e51587eb41b8c79
parenta217777fb367f47e8d258af8181ac27f076dc183
Added '_' checking that warns of the use of "_" or "\_" in the wrong places
Added syntax checking for common documenting problems that tex2rtf does not handle properly (like \begin{verbatim} and others needing to be on a line by themselves)
Syntax checking and curley brace matching can be turned on via the commandline, or the new OPTIONS menu choice if using a GUI.  Both are OFF by default to match current behavior
Compilation again possible now if wxUSE_DEBUG_CONTEXT is set to 0 in setup.h
Various GUI glitches fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/tex2rtf/src/tex2any.cpp
utils/tex2rtf/src/tex2any.h
utils/tex2rtf/src/tex2rtf.cpp
utils/tex2rtf/src/tex2rtf.h