From 236251f0528f1c2e14a9940d75fd97aba49c573c Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Tue, 26 Apr 2016 23:01:03 +0300 Subject: [PATCH] Some typo fixes in README --- INSTALL.dos | 12 ++++++------ README | 5 +---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/INSTALL.dos b/INSTALL.dos index cd5519a..a2c78e0 100644 --- a/INSTALL.dos +++ b/INSTALL.dos @@ -41,21 +41,21 @@ downloaded from http://community.borland.com/museum. You can get the same one. I've made some attempts to compile catdoc with Watcom C (16-bit), -but haven't completely socceeded. If you do, let me know. +but haven't completely succeeded. If you do, let me know. -1. With 16-bit compilier, use COMPACT memory model +1. With 16-bit compiler, use COMPACT memory model If you are using Turbo C make -fmakefile.tc in src directory should be enough. If you have to change anything in the makefile.tc, please let me know. 2. If you are using compilier other than Turbo C /Borland C or Watcom, you should take look on fileutil.c file and possible - add couple of #ifdefs here. If your succed with it, send me a + add couple of #ifdefs here. If your succeed with it, send me a patch (or entire modified file, if you don't know how to make a good unix-like patch). -3. With 32-bit compilier you are on your own. I don't think that +3. With 32-bit compiler you are on your own. I don't think that small utilities like catdoc should require extender or DPMI host, so I've never tried to build 32-bit version of catdoc for DOS, But if you mix buffer sizes from UNIX version and file-name @@ -66,11 +66,11 @@ but haven't completely socceeded. If you do, let me know. and unistd.h which is provided in compat directory. Compile getopt.c and add it to cc.lib and put unistd.h in your include directory. Later it might help you to port other - unix software. With other compilier you can also make use + unix software. With other compiler you can also make use of getopt.c in compat directory (which is from GNU), but I was unable to make it work with Watcom 10.0 5. It is probably good idea to link wildargs.obj (or wildargv.obj) - with catdoc. I didn't do it myself becouse I use korn shell on + with catdoc. I didn't do it myself because I use korn shell on machine where I've developed catdoc, so I don't need to include parameter expansion in program. diff --git a/README b/README index 0898682..d26bf38 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -CATDOC version 0.93 +CATDOC version 0.95 CATDOC is program which reads MS-Word file and prints readable ASCII text to stdout, just like Unix cat command. @@ -6,7 +6,6 @@ It also able to produce correct escape sequences if some UNICODE charachers have to be represented specially in your typesetting system such as (La)TeX. -This is completely new version of catdoc, rewritten from scratch. It features runtime configuration, proper charset handling, user-definable output formats and support for Word97 files, which contain UNICODE internally. @@ -21,7 +20,6 @@ such as pictures or equations. So, if you are looking for purely authomatic way to convert Word to LaTeX, you can better investigate word2x, wvware or LAOLA. - Catdoc is distributed under GNU Public License version 2 or above. @@ -31,7 +29,6 @@ There is also major work to do - define correct TeX commands for accented latin letters into tex.specchars file and commands for mathematical symbols (unicode 20xx-25xx). - Contributions are welcome. See files INSTALL and INSTALL.dos for information about compiling and -- 2.39.2