home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / word2x0a.zip / word2x.txt < prev   
Text File  |  1998-08-08  |  3KB  |  88 lines

  1.  
  2. NAME
  3.  word2x - convert microsoft-word documents
  4.  
  5. SYNOPSIS
  6.  word2x [-Vhvq] [-w width] [-f format] [-d date-style]
  7.  files...
  8.  
  9. DESCRIPTION
  10.  word2x is a program that attempts to produce a component,
  11.  if not perfect rendition of a Word 6 document. It may or
  12.  may not work with other versions. It guesses rather a lot
  13.  from context and can make mistakes. Pictures are not sup-
  14.  ported and will not appear. There is very limited maths
  15.  support in LaTeX mode, mainly due to lack of samples of
  16.  mathematics. (I probably should have done this using TeX
  17.  catcode and macro magic, instead of writing special code).
  18.  Input files must be seekable and therefore stdin is not
  19.  allowed. The files argument is of the form input file,
  20.  output file, input file, output file etc. - may be used
  21.  for stdout in the output file. If the output file is not
  22.  sepcified a named is generated by adding on an appropiate
  23.  suffix in place of .DOC (or .doc). Both .DOC and .doc are
  24.  added automatically if the file name specified can not be
  25.  found.
  26.  As a special exception to the above any file ending on
  27.  .doc or .DOC is assumed to be an input file. This allows
  28.  one to type word2x -f latex *.DOC, for example.
  29.  
  30. OPTIONS
  31.  -V, --version
  32.  print version on stderr and exit.
  33.  -h, --help
  34.  show synopsis, output and date formats supported.
  35.  -v, --verbose
  36.  be (moderately) verbose
  37.  -q, --quiet
  38.  supress non-error messages (this is the default).
  39.  -w, --width
  40.  set the maximum width of a line in the output
  41.  -d, --dates
  42.  set the date format. Currently the formats sup<hy>
  43.  ported are uk, british, us. uk dates are 22nd
  44.  April, 1997, for example and US style dates April
  45.  22nd, 1997. british is a synonym for uk. The
  46.  default is uk.
  47.  -f, --format
  48.  Set the output format. Currently text and latex are
  49.  supported. The LaTeX output requires the AMS LaTeX
  50.  package and LaTeX 2e. It should be reasonably easy
  51.  to add another format, however some formats do a
  52.  large amount of context guesswork, for example the
  53.  LaTeX format (esp. in the paragraph handling
  54.  code). text is the default.
  55.  
  56. BUGS
  57.  One argument does not produce output on stdout
  58.  The reader sometimes generates error messages when it is
  59.  confused.
  60.  The equation support is limited to only fractions at pre<hy>
  61.  sent.
  62.  The program appears to understand a lot more than it
  63.  really does.
  64.  Pictures are silently disguared.
  65.  Fast save files are not supported.
  66.  The conversion is not perfect and needs manual cleaning
  67.  up.
  68.  Non-word files silently produce empty output in most
  69.  cases.
  70.  Equations are not supported in text output.
  71.  If the cues the program recognised LaTeX mode does little
  72.  more than produce LaTeX format tables and plain text out<hy>
  73.  put.
  74.  
  75. AUTHORS
  76.  word2x is (C) Duncan Simpson 1997 and may be distributed
  77.  under the GPL version 2, or any later version at your
  78.  option. I would appreciate patches and information emailed
  79.  to dps@io.stargate.co.uk
  80.  
  81.  Oleg V. Cat <prg21@morics.riga.post.lv> ported word2x to
  82.  OS/2.
  83.  
  84.  Joerg Klemenz <joerg@gmx.de> contributed some bug fixes,
  85.  better support for the german language, man page cleanups
  86.  (including the OS/2 user documentation) and improved the
  87.  OS/2 port of Oleg V. Cat.
  88.