home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / LIB / include / book next >
Text File  |  1994-02-26  |  4KB  |  80 lines

  1.  
  2. ###############################################################################
  3. #                                                                             #
  4. #  Setup file for invoking @DocumentLayout for books                          #
  5. #                                                                             #
  6. #  Jeffrey H. Kingston                                                        #
  7. #  22 December 1992                                                           #
  8. #                                                                             #
  9. ###############################################################################
  10.  
  11. @SysInclude { ft  }
  12. @SysInclude { dl  }
  13. # @SysInclude { eq  }
  14. # @SysInclude { tab }
  15. # @SysInclude { pas }
  16. # @SysInclude { fig }
  17.  
  18. @Use { @DocumentLayout
  19.   # @InitialFont       {  Times Base 12p } # initial font
  20.   # @InitialBreak      {  adjust 1.20fx  } # initial break
  21.   # @Hyphenate         {  Yes            } # Want hyphenation? Yes or No
  22.   # @MajorHeadingFont  {  Bold 2.0f      } # font for major headings
  23.   # @HeadingFont       {  Bold           } # font for ordinary headings
  24.   # @MinorHeadingFont  {  Bold           } # font for minor headings
  25.   # @BookCoverFont     {  Helvetica Base } # font for book cover
  26.  
  27.   # @ParaGap           {  1.30vx         } # gap between paragraphs
  28.   # @ParaIndent        {  2.00f          } # paragraph first-line indent
  29.  
  30.   # @DispGap           {  1.00v          } # gap above and below displays
  31.   # @DispIndent        {  2.00f          } # @IndentedDisplay indent
  32.   # @DefaultIndent     {  0.5rt          } # @Display indent
  33.   # @WideIndent        {  4.00f          } # @WideTaggedList indent
  34.   # @VeryWideIndent    {  8.00f          } # @VeryWideTaggedList indent
  35.  
  36.   # @PageWidth         { 21.00c          } # width of page
  37.   # @PageHeight        { 29.70c          } # height of page
  38.   # @PageMargin        {  2.50c          } # size of all four margins
  39.   # @Columns           {  Single         } # Single, Double, Multi
  40.   # @DoubleColWidth    {  7.50c          } # column width used by Double
  41.   # @MultiColWidth     {  4.67c          } # column width used by Multi
  42.   # @ColGap            {  1.00c          } # gap between columns
  43.   # @TopGap            {  0.75c          } # gap between figures
  44.   # @MidGap            {  0.75c          } # gap above and below body text
  45.  
  46.   # @FootNoteFont      {  0.80f          } # font for footnotes
  47.   # @FootNoteBreak     {  1.20fx         } # break for footnotes
  48.   # @FootLen           {  2.00c          } # footnote line and indent size
  49.   # @ColFootLen        {  1.20c          } # @FootLen when Double, Multi
  50.   # @FootGap           {  0.20c          } # gap between footnotes
  51.  
  52.     @MakeIndex         {  Yes            } # Want index? Yes or No
  53.   # @IndexColumns      {  Double         } # Single, Double, Multi
  54.  
  55.     @TableOfContents   {  Yes            } # Want contents? Yes or No
  56.   # @MajorContentsGap  {  1.30v          } # gap above major entry
  57.   # @ContentsGap       {  1.00v          } # gap above ordinary entry
  58.  
  59.   # @ChapterNumbers    {  Yes            } # Yes or No            
  60.   # @SectionNumbers    {  Yes            } # Yes or No            
  61.   # @SubSectionNumbers {  Yes            } # Yes or No            
  62.   # @AppendixNumbers   {  Yes            } # Yes or No            
  63.   # @SubAppendixNumbers{  Yes            } # Yes or No            
  64.   # @ChapterGap        {  1.10b          } # gap before each chapter
  65.   # @SectionGap        {  2.00v          } # gap before each section
  66.   # @SubSectionGap     {  1.50v          } # gap before each subsection
  67.     @AppendixGap       {  1.10b          } # gap before each appendix
  68.   # @SubAppendixGap    {  2.00v          } # gap before each subappendix
  69.  
  70.   # @PageNumbers       {  Yes            } # Want page numbers? Yes or No
  71.   # @FirstPageNumber   {  1              } # Number of first page 
  72.   # @RunningTitles     {  Yes            } # Want running titles? Yes/No
  73.  
  74.   # @PageOneTopFormat  { @Null               }
  75.   # @PageOneFootFormat { @Null               }
  76.   # @PageTopFormat     { |0.5rt - @PageNum - }
  77.   # @PageFootFormat    { @Null               }
  78.     @BookTitleFormat   { {Bold 2.0f} @Font {//2.0f @Title //0.5f} } 
  79. }
  80.