DCATDOC, Utilities, Convert Microsoft Word Documents into Text or TeX& CATDOC ver. 0.34. Copyright(c) by Softweyr 96,976 Free converter from MS-Word to TeX or plain text." OVERVIEWAThis program extracts text from MS-Word files, trying to preserve2as much special printable characters as possible. >It doesn't even try to preserve fancy Word formatting, becouseAWord users usually don't care about document structure, and it is1this very thing, which important for LaTeX users.>Catdoc was designed to work with Cyrillic MS-Word files, so itAcan convert Cyrillic from ANSI 1251 code page to KOI-8 (for UNIX)Bor CP 866 (for DOS). This feature can be disabled at compile time.* SUPPORTED PLATFORMSECatdoc was tested by author on Linux and Solaris (gcc 2.7.x) and DOS A(Watcom C 10, 16-bit). There was also reports of successiful uses;of catdoc on Digital UNIX, HP-UX and other flavors of UNIX.AI don't expect any troubles with catdoc on any platform which has:ANSI C compilier and supports notion of stdout and stderr./ SUPPORTED VERSIONS OF WORDBCatdoc was tested on files produced by MS-Word 6.0 for Windows andCMS-Word 7.0 for Window-95. It definitely doesn't work with Word-97 Cfiles, stored in UNICODE. It should also work with earlier versions3of Word, or even MS-Write but it was never tested.  LIMITATION>Doesn't handle any embedded OLE objects, including MS-Equation>Doesn't handle fastsaves and footnotes properly (modificationsDand footnotes are printed at the end of text as separate paragraphs)ACan output garbage in place of OLE objects. (it is better to have=garbage, then lose part of text). Doesn't output proper tableheaders in Latex mode. LICENSE4This program is distributed under GNU Public License/Full text of this license can be obtained from:+http://www.gnu.ai.mit.edu/copyleft/gpl.html INSTALLATIONAll platforms:4 Check if you need Cyrillic translation. If not so, uncomment line #define LATIN1 in catdoc.cUnixcompile catdoc.c with cc catdoc.c -o catdoc8and put resulting binary in any directory on your path. 6Put manual page (catdoc.1) into appropriate directory.5If you have Tcl/Tk version 7.6 or higher you can also=install accompainiing wordview script, which is X11 interface?to catdoc. It should be installed into same directory as catdoc;itself. Edit first line of the script to point to your copyof wish.Dos7compile catdoc.c with your favorite C compilier and put;catdoc.exe in any directory on your path. If you use 16-bit!compilier, use small memory model AUTHORVictor Wagner 8Ported to VMS by Hunter Goatley