home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / DOC / TR.BEGIN / s12 < prev    next >
Text File  |  1994-01-25  |  2KB  |  57 lines

  1. @Section
  2.    @Tag { changes }
  3.    @Title { Changing the overall appearance }
  4. @Begin
  5. @PP
  6. A few aspects of the overall appearance of the document may be changed
  7. by beginning with a @Code "@Document" symbol, as in the following
  8. example:
  9. @ID @Code {
  10. "@Document"
  11. "    @InitialFont { Times Base 12p }"
  12. "    @InitialBreak { adjust 1.2fx }"
  13. "    @Hyphenate { Yes }"
  14. "    @PageNumbers { Yes }"
  15. "    @FirstPageNumber { 1 }"
  16. "    @Columns { Double }"
  17. "//"
  18. "@Text @Begin"
  19. "..."
  20. "@End @Text"
  21. }
  22. This shows the six options available with {@Code "@Document"}, and their
  23. default values.
  24. @PP
  25. @Code "@InitialFont" and @Code "@InitialBreak" determine
  26. the overall font and paragraph breaking style; @Code "1.2fx" means that
  27. the inter-line spacing is to be 1.2 times the current font size, measured
  28. from baseline to baseline.  To get double spacing, use {@Code "2.4fx"},
  29. etc.  @Code "@Hyphenate" determines whether hyphenation is permitted or
  30. not, and may be @Code Yes or {@Code No}.
  31. @PP
  32. @Code "@PageNumbers" determines whether or not page numbers will be
  33. printed (but not their format), and also may be @Code Yes or {@Code No};
  34. @Code "@FirstPageNumber" is the number given to the first page; and
  35. @Code "@Columns" determines the number of columns that @Code "@ColText"
  36. produces, and may be {@Code Single}, {@Code Double}, or {@Code Multi},
  37. the last usually meaning triple.
  38. @PP
  39. Since there are default values for the options, it is only necessary to
  40. mention those options that are to be changed.  For example, to produce a
  41. document in Helvetica 10 point font with no page numbers, begin with
  42. @ID @Code {
  43. "@Document"
  44. "    @InitialFont { Helvetica Base 10p }"
  45. "    @PageNumbers { No }"
  46. "//"
  47. }
  48. Disaster will ensue if the @Code "//" symbol is forgotten.  The
  49. @Code "@Doc" symbol used previously is just an abbreviation for
  50. {@Code "@Document //"}.
  51. @PP
  52. Of course, these five options only scratch the surface of the possible
  53. changes that could be made.  Section {@NumberOf big.changes} explains
  54. how to make many other and more radical changes to the overall appearance
  55. of the document.
  56. @End @Section
  57.