home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PRINT / PRNF245.ZIP / PAGIN321.EXE / TITLES.HDR < prev    next >
Text File  |  1993-07-08  |  1KB  |  25 lines

  1. This file demonstrates the use of titles in a $FileList.  The file list would
  2. look something like this:
  3.  
  4. FOO.TXT  Overview of the Foo Problem
  5. F002.U   Rude Foo
  6. TOW.FOO  Nutritious Foo
  7.  
  8. Since a file spec cannot contain blanks, Pagina will make a title out of
  9. everything on the line after the first space after the file spec.  Now,
  10. here's what you could put in the header file:
  11.  
  12. Now, here's the first page header (each file will start on a 
  13. fresh page and its first page will get this header):
  14. {.H3C .Fn}     Center of 3rd header line has the "Chapter" title
  15. {.H4C .Fd}     Centered under the title, the file date.
  16. {.H1L} {.H1R}  Keep the top header line clear on first page of each
  17.                      file/chapter.
  18. For subsequent pages: 
  19. {.H3C} {.H4C}  head off 3rd or 4th header lines.
  20. {.H1L .Fn}     Title appears at the left end of the Top header line
  21. {.H1R Page #}  Page number on the right of the top header line.
  22.  
  23. Try it --This file is a really truly header file, though they don't 
  24. usually have quite so many comments.  
  25.