home *** CD-ROM | disk | FTP | other *** search
/ Dream 53 / Amiga_Dream_53.iso / Amiga / Applications / PAO / ExtensionsPageStream / CreateTOC.readme < prev    next >
Text File  |  1998-06-15  |  2KB  |  68 lines

  1. Short:    PGS3 arexx script - create a table of contents
  2. Author:   mmerkel@rumms.uni-mannheim.de (Michael Merkel)
  3. Uploader: mmerkel@rumms.uni-mannheim.de (Michael Merkel)
  4. Type:     text/dtp
  5.  
  6. ABOUT
  7.  
  8. This is an ARexx script for use with PageStream3.
  9. It *tries* to create a table of contents for the current document.
  10.  
  11. Just start the script when the document is opened.
  12.  
  13.  
  14. DISTRIBUTION
  15.  
  16. spread it! use it! _write me!_
  17.  
  18.  
  19. REQUIREMENTS
  20.  
  21. - PageStream3 (of course!!!) - >= V3.3x
  22. - a document with several chapters and subchapters.
  23.  
  24.  
  25. USAGE
  26.  
  27. * insert the script in your script palette (rx Scripts/CreateTOC.rexx)
  28. * open a document with several chapters and start the script.
  29.  
  30.   * The following styles for chapters/subchapters are created:
  31.  
  32.        "TOCChapter"
  33.        "TOCSubChapter"
  34.  
  35.   * A new chapter "TableOfContents" is created at the beginning.
  36.   * A new MasterPage for this chapter is created ("TOC MasterPage").
  37.     (size: A4 portrait only! - you may change this in the script!)
  38.  
  39.   * It's _not_ perfect! But it works basically.
  40.     >ou can edit the page after generating.
  41.  
  42.  
  43.   NOTES:
  44.       * If the TOC is longer than one page you must edit it manually.
  45.       * If the styles or masterpage or chapter already exist
  46.         they will be DELETED!!!
  47.       * Hmmm... Seems the page numbers are not correct.
  48.         No solution yet :-(
  49.  
  50.  
  51. HISTORY
  52.  
  53. V1.00 (26. Jul 1997)
  54.       (12. Jun 1998)
  55.  * Aminet release
  56.  
  57.  
  58. AUTHOR
  59.  
  60. michael merkel (MiMe@IRC)
  61. mmerkel@rumms.uni-mannheim.de
  62. http://webrum.uni-mannheim.de/fht/mmerkel/www/index.html
  63.  
  64.  
  65. THANKS TO
  66.  
  67. SoftLogik for this wonderful program! It's the best on all platforms...
  68.