home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / misc / 15272 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  2.9 KB

  1. Xref: sparky comp.sys.mac.misc:15272 comp.sys.mac.programmer:14373
  2. Newsgroups: comp.sys.mac.misc,comp.sys.mac.programmer
  3. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ucselx!crash!alen
  4. From: alen@crash.cts.com (Alen Shapiro)
  5. Subject: RTF generation...preliminary report
  6. Date: 23 Aug 92 01:04:28 GMT
  7. Message-ID: <alen.714531868@crash>
  8. Summary: Mostly done, here's a report on progress so far
  9. Keywords: RTF microsoft word styles page numbers nextfile
  10. Lines: 51
  11.  
  12. First, thanks for all the hints/advice/desperate-pleas received.
  13. The response was heartening. It seems that a number of netters have
  14. tried RTF generation with varying degrees of success/frustration.
  15.  
  16. In response for the requests for a progress report, here goes...
  17.  
  18. First a disclaimer, I've not contacted Microsoft with these observations,
  19. I'll do that this week and will post a follow-up report.
  20.  
  21. I have an RTF generator that takes a program-module specification and generates
  22. formatted documentation, allowing for user-specified styles which override
  23. my programmed defaults. Some of the "features" that so-far have me stumped
  24. are:
  25.  
  26. 1) Specification of next-file-to-print. I use the "{\*\nextfile aaaa"}
  27.    command but can only get that to work with an "aaaa" in the current
  28.    folder. Seems to be some strange restrictions even with absolute path
  29.    names (19 character truncation). Even specifying the follow-on file
  30.    from within Word and then saving as RTF loses the path information.
  31.  
  32. 2) Can't stop the next file in a sequence of files from resetting the
  33.    page-counter to 1. After reading in the RTF file, Word notices my
  34.    \pgncont directive (and does not set the "reset-page-numbers" check-box
  35.    in the "section" dialog) but page numbers restart on all follow-on
  36.    print files.
  37.  
  38. 3) Wouldn't it be nice to have an "Open-next-file" menu, so I can test the
  39.    file-spec without having to print it.
  40.  
  41. 4) If I want to print page 5 of a 10 page composite document with 2 pages
  42.    per file, I specify start=5 end=5 in the print dialog but get pages 3
  43.    through end. Seems my page requests are forgotten when the second file
  44.    is converted from RTF as it is chained to!! (To be fair, I have not
  45.    tried this with chained files of type=normal so I don't know if this
  46.    is an RTF related problem.)
  47.  
  48. 5) An unterminated "{" causes footers to be forgotten (no matter how
  49.    many previous pages the footnote could have appeared on before the
  50.    unterminated "{" appeared. Tracked this down by binary-chop deletions
  51.    of RTF from the bottom of the file till the footers reappeared.
  52.  
  53. Once again, if there are any hints/suggestions available before I make
  54. a fool of myself to microsoft, I'm all ears. The technique of building
  55. a sample document in Word then saving as RTF (to see how they do it)
  56. is the biggest time saver.
  57.  
  58. --alen
  59. alen@crash.cts.com
  60.  
  61. ps I'm using System 7.01, Tuneup 1.1.1, SE/30, 8Mb RAM, Word 5.0a, many,
  62.    many, many inits (and I'm collecting more all the time).
  63.