home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / apps / 19730 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!olivea!mintaka.lcs.mit.edu!lcs.mit.edu!nodine
  2. From: nodine@lcs.mit.edu (Mark H. Nodine)
  3. Newsgroups: comp.sys.mac.apps
  4. Subject: Re: Mac Disertation Word Processor
  5. Message-ID: <1993Jan12.170847.7713@mintaka.lcs.mit.edu>
  6. Date: 12 Jan 93 17:08:47 GMT
  7. References: <ARIE.93Jan4155753@quip.eecs.umich.edu> <o891He9jwb@atlantis.psu.edu> <bernard-050193094653@kashmir.cs.colorado.edu> <9028@lee.SEAS.UCLA.EDU>
  8. Sender: news@mintaka.lcs.mit.edu
  9. Organization: MIT Laboratory for Computer Science
  10. Lines: 28
  11.  
  12. In article <9028@lee.SEAS.UCLA.EDU>, achou@plasma.icsl.ucla.edu (Albert Chou) writes:
  13. |> In article <bernard-050193094653@kashmir.cs.colorado.edu> bernard@cs.colorado.edu (Bernie Bernstein) writes:
  14. |> >The only problem I have had is dealing with references (bibliographical).
  15. |> >There are utilities for MS Word which can auto number and otherwise deal
  16. |> >with their formatting like End Note and WordRef. Do these utilities work in
  17. |> >FrameMaker?
  18. |> 
  19. |> The summary line says it all.  WordRef's author Mark Nodine doesn't even know
  20. |> Word's full save file format, but is lucky that he can access the text inside
  21. |> such a document at a high level at which he doesn't _need_ to know the file
  22. |> format.  So, I'm willing to bet that WordRef won't work at all with anything
  23. |> but Word, _unless_ the document file format allows the same kind of access to
  24. |> text that Word's does _and_ WordRef is or is made capable of reading such
  25. |> files (probably just a matter of changing the file filter).
  26.  
  27. WordRef assumes that the file contains the ASCII text in order,
  28. possibly with some binary text interspersed.  That assumption holds
  29. for Word documents (at least when Fast Save is turned off).  The
  30. particular sequences chosen for WordRef variables ("<<#..." and
  31. "<<@..") were selected to make it very unlikely that the binary
  32. part would interfere with WordRef's operation.  There may be
  33. other word processors that also store the text in uncompressed
  34. ASCII (MacWrite compresses the text) and in order.  In those cases,
  35. the main difficulty with getting WordRef to work is that the
  36. current version uses a file filter to select out only MS Word
  37. documents.
  38.  
  39.     --Mark
  40.