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

  1. # KOMA script textclass definition file.
  2. # Base definitions for the KOMA script layouts.
  3. # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/23.
  4.  
  5. # General textclass parameters
  6. SecNumDepth             2
  7. TocDepth                2
  8.  
  9. # Standard style definition
  10. Style Standard
  11.   LatexName             dummy
  12.   ParIndent             MM
  13.   ParSkip               0.4
  14.   AlignPossible         Block, Left, Right, Center
  15. End
  16.  
  17. Input stdlists.inc
  18.  
  19. # Modify Description
  20. Style Description
  21.   LabelFont
  22.     Family              Sans
  23.   EndFont
  24. End
  25.  
  26. # Delete List
  27. NoStyle List
  28.  
  29. # Labeling style definition
  30. Style Labeling
  31.   Margin        Manual
  32.   LatexType        List_Environment
  33.   LatexName             labeling
  34.   NextNoindent        1
  35.   LabelSep        xxx
  36.   ParSkip        0.4
  37.   TopSep        0.7
  38.   BottomSep        0.7
  39.   ParSep        0.5
  40.   Align            Block
  41.   AlignPossible        Block, Left
  42.   LabelType        Manual
  43.   LabelString        00.00.0000
  44. End
  45.  
  46. Input stdsections.inc
  47.  
  48. # Modify Part
  49. Style Part
  50.   Font
  51.     Family              Sans
  52.   EndFont
  53. End
  54.  
  55. # Modify Chapter
  56. Style Chapter
  57.   LabelString           ""
  58.   Font
  59.     Family              Sans
  60.     Size                Largest
  61.   EndFont
  62. End
  63.  
  64. # Modify Section
  65. Style Section
  66.   Font
  67.     Family              Sans
  68.   EndFont
  69. End
  70.  
  71. # Modify Subsection
  72. Style Subsection
  73.   Font
  74.     Family              Sans
  75.   EndFont
  76. End
  77.  
  78. # Modify Subsubsection
  79. Style Subsubsection
  80.   Font
  81.     Family              Sans
  82.   EndFont
  83. End
  84.  
  85. # Modify Paragraph
  86. Style Paragraph
  87.   Font
  88.     Family              Sans
  89.   EndFont
  90. End
  91.  
  92. # Modify Subparagraph
  93. Style Subparagraph
  94.   LeftMargin            ""
  95.   Font
  96.     Family              Sans
  97.   EndFont
  98. End
  99.  
  100. Input stdstarsections.inc
  101.  
  102. # Addchap Style Definition
  103. Style Addchap
  104.   CopyStyle             Chapter*
  105.   LatexName             addchap
  106. End
  107.  
  108. # Addsec Style Definition
  109. Style Addsec
  110.   CopyStyle             Section*
  111.   LatexName             addsec
  112. End
  113.  
  114. # Addchap* Style Definition
  115. Style Addchap*
  116.   CopyStyle             Chapter*
  117.   LatexName             addchap*
  118. End
  119.  
  120. # Addsec* Style Definition
  121. Style Addsec*
  122.   CopyStyle             Section*
  123.   LatexName             addsec*
  124. End
  125.  
  126. # Minisec style definition
  127. Style Minisec
  128.   LatexType             Command
  129.   LatexName             minisec
  130.   NeedProtect           1
  131.   NextNoIndent          1
  132.   LabelSep              xxx
  133.   ParSkip               0.4
  134.   TopSep                0.4
  135.   ParSep                0.4
  136.   AlignPossible         Block, Left
  137.  
  138.   Font 
  139.     Family              Sans
  140.     Series              Bold
  141.   EndFont
  142. End
  143.  
  144. Input stdstruct.inc
  145.  
  146. # Modify Title
  147. Style Title
  148.   Font
  149.     Family              Sans
  150.     Series              Bold
  151.   EndFont
  152. End
  153.  
  154. # Modify Author
  155. Style Author
  156.   Font
  157.     Size                Larger
  158.   EndFont
  159. End
  160.  
  161. # Modify Date
  162. Style Date
  163.   Font
  164.     Size                Larger
  165.   EndFont
  166. End
  167.  
  168. # Modify Abstract
  169. Style Abstract
  170.   LabelFont
  171.     Family              Sans
  172.   EndFont
  173. End
  174.  
  175. # Modify Bibliography
  176. Style Bibliography
  177.   LabelFont
  178.     Family              Sans
  179.   EndFont
  180. End
  181.  
  182. # Subject style definition
  183. Style Subject
  184.   CopyStyle             Author
  185.   LatexName             subject
  186. End
  187.  
  188. # Publishers style definition
  189. Style Publishers
  190.   CopyStyle             Author
  191.   LatexName             publishers
  192. End
  193.  
  194. # Dedication style definition
  195. Style Dedication
  196.   CopyStyle             Author
  197.   LatexName             dedication
  198. End
  199.  
  200. # Titlehead style definition
  201. Style Titlehead
  202.   CopyStyle             Author
  203.   LatexName             titlehead
  204.   Align                 Left
  205.   AlignPossible         Left
  206.  
  207.   Font 
  208.     Size                Normal
  209.   EndFont
  210. End
  211.  
  212. # Uppertitleback style definition
  213. Style Uppertitleback
  214.   CopyStyle             Titlehead
  215.   LatexName             uppertitleback
  216. End
  217.  
  218. # Lowertitleback style definition
  219. Style Lowertitleback
  220.   CopyStyle             Titlehead
  221.   LatexName             lowertitleback
  222. End
  223.  
  224. # Extratitle style definition
  225. Style Extratitle
  226.   CopyStyle             Titlehead
  227.   LatexName             extratitle
  228. End
  229.  
  230. Input stdlayouts.inc
  231. Input lyxmacros.inc
  232. Input scrmacros.inc
  233.