home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / lyx21041.zip / XFree86 / lib / X11 / lyx / layouts / paper.layout < prev    next >
Text File  |  1998-10-26  |  3KB  |  167 lines

  1. #% Do not delete the line below; configure depends on this
  2. #  \DeclareLaTeXClass{article (paper)}
  3. # Paper textclass definition file. 
  4. # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
  5.  
  6.  
  7. # General textclass parameters
  8. MaxCounter        Counter_Section
  9. Columns            1
  10. Sides            1
  11. SecNumDepth        3
  12. TocDepth        3
  13.  
  14. # Standard style definition
  15. Style Standard
  16.   Margin          Static
  17.   LatexType         Paragraph
  18.   LatexName         dummy
  19.   ParIndent        MM
  20.   ParSkip         0.4
  21.   Align         Block
  22.   AlignPossible     Block, Left, Right, Center
  23.   LabelType         No_Label
  24. End
  25.  
  26. # A few lists
  27. Input stdlists.inc
  28.  
  29. # Standard sections.
  30. Input stdsections.inc
  31.  
  32. ### All the section headings now use sans serif
  33. Style Part
  34.   Align            Left
  35.   AlignPossible        Left
  36.   TopSep                2
  37.   BottomSep             1.5
  38.  
  39.   Font
  40.     Family        Sans
  41.     Series        Bold
  42.     Size        Largest
  43.   EndFont
  44. End
  45.  
  46. Style Section
  47.   Font 
  48.     Family              Sans
  49.     Series              Bold
  50.     Size                Large
  51.   EndFont
  52. End
  53.  
  54. Style Subsection
  55.   Font 
  56.     Family              Sans
  57.     Series              Bold
  58.     Size                Large
  59.   EndFont
  60. End
  61.  
  62. Style Subsubsection
  63.   Font 
  64.     Family              Sans
  65.     Series              Bold
  66.     Size                Normal
  67.   EndFont
  68. End
  69.  
  70. Style Paragraph
  71.   Font 
  72.     Family              Sans
  73.     Series              Bold
  74.     Size                Normal
  75.   EndFont
  76. End
  77.  
  78. Style Subparagraph
  79.   Font 
  80.     Family              Sans
  81.     Size                Normal
  82.   EndFont
  83. End
  84.  
  85. # Starred versions of the sectioning layouts.
  86. Input stdstarsections.inc
  87.  
  88. # There are no chapters in a paper.
  89. NoStyle            Chapter
  90. NoStyle            Chapter*
  91.  
  92. # Some standard layouts 
  93. Input stdstruct.inc
  94. Input lyxmacros.inc
  95. Input stdlayouts.inc
  96. Input obsolete.inc
  97.  
  98. ### The description environment also uses sans serif labels.
  99. Style Description
  100.   LabelFont 
  101.     Family              Sans
  102.     Series              Bold
  103.   EndFont
  104. End
  105.  
  106. ### The \maketitle stuff is by default left justified.
  107. Style Title
  108.   Align                 Left
  109.   AlignPossible         Left
  110.  
  111.   Font 
  112.     Family              Sans
  113.     Series              Bold
  114.     Size                Largest
  115.   EndFont
  116. End
  117.  
  118. Style Author
  119.   Align                 Left
  120.   AlignPossible         Left
  121.  
  122.   Font 
  123.     Size                Larger
  124.     Family              Sans
  125.     Shape               Italic
  126.   EndFont
  127. End
  128.  
  129. Style            Abstract
  130.   Align                 Left
  131.   AlignPossible         Left
  132.  
  133.   Font 
  134.     Size                Small
  135.     Family              Sans
  136.   EndFont
  137. End
  138.  
  139. ### A few new things defined only in the paper document class
  140. Style SubTitle
  141.   CopyStyle        Title
  142.   LatexName        subtitle
  143.  
  144.   Font 
  145.     Family              Sans
  146.     Series              Medium
  147.     Size                Large
  148.   EndFont
  149. End
  150.  
  151. Style Institution
  152.   CopyStyle        Title
  153.   LatexName        institution
  154.  
  155.   Font 
  156.     Family              Sans
  157.     Series              Medium
  158.     Size                Normal
  159.   EndFont
  160. End
  161.  
  162. Style Keywords
  163.   CopyStyle        Abstract
  164.   LatexName        keywords
  165.   LabelString        "Keywords:"
  166. End
  167.