From c539c9d9983c7869f200115c1c841866ebb6d646 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Sat, 5 Aug 2000 19:47:34 +0000 Subject: [PATCH] Updated to include information on the -interactive command line parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0003.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tech/tn0003.txt b/docs/tech/tn0003.txt index 57cab689b1..13d9367301 100644 --- a/docs/tech/tn0003.txt +++ b/docs/tech/tn0003.txt @@ -45,6 +45,15 @@ For Word RTF: tex2rtf manual.tex manual.rtf -rtf -twice +If you wish to have a GUI display show the status of what is happening +as the conversion is happening, use the '-interactive' command line +parameter, and then choose FILE|GO from the menu. For example: + + tex2rtf manual.tex manual.rtf -rtf -twice -interactive + +NOTE: You must be using the latest tex2rtf which was released with +v2.2.0 of wxWindowsto use the -interactive switch + If you wish to generate documentation for wxHTML Help Viewer (or Windows HTML Help), set htmlWorkshopFiles to true in your tex2rtf.ini file. See also the wxHTML Notes section in the