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

  1. # Standard textclass definition file. Taken from initial LyX source code
  2. # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
  3. # Transposed by Pascal AndrΘ <andre@via.ecp.fr>
  4. # Heavily modifed and enhanced by several developers.
  5.  
  6. # This include files contains all layouts that handle the structure of
  7. # a document, like titles and such.
  8.  
  9. # Title style definition
  10. Style Title
  11.   Margin        Static
  12.   LatexType        Command
  13.   InTitle        1
  14.   LatexName        title
  15.   ParSkip        0.4
  16.   ItemSep        0
  17.   TopSep        0
  18.   BottomSep        1
  19.   ParSep        1
  20.   Align            Center
  21.   AlignPossible        Center
  22.   LabelType        No_Label
  23.  
  24.   # standard font definition
  25.   Font 
  26.     Size        Largest
  27.   EndFont
  28.  
  29. End
  30.  
  31. # Author style definition
  32. Style Author
  33.   Margin        Static
  34.   LatexType        Command
  35.   InTitle        1
  36.   LatexName        author
  37.   LabelSep        xxx
  38.   ParSkip        0.4
  39.   TopSep        1.3
  40.   BottomSep        0.7
  41.   ParSep        0.7
  42.   Align            Center
  43.   AlignPossible        Center
  44.   LabelType        No_Label
  45.  
  46.   # standard font definition
  47.   Font 
  48.     Size        Large
  49.   EndFont
  50.  
  51. End
  52.  
  53. # Date style definition
  54. Style Date
  55.   Margin        Dynamic
  56.   LatexType        Command
  57.   InTitle        1
  58.   LatexName        date
  59.   LabelSep        xxx
  60.   ParSkip        0.4
  61.   TopSep        0.9
  62.   BottomSep        0.5
  63.   ParSep        1
  64.   Align            Center
  65.   AlignPossible        Center
  66.   LabelType        No_Label
  67.  
  68.  
  69.   # standard font definition
  70.   Font 
  71.     Size        Large
  72.   EndFont
  73.  
  74. End
  75.  
  76. # Abstract style definition
  77. Style Abstract 
  78.   Margin        Static
  79.   LatexType        Environment
  80.   LatexName        abstract
  81.   NextNoIndent        1
  82.   LeftMargin        MMM
  83.   RightMargin        MMM
  84.   ParIndent        MM
  85.   ItemSep        0
  86.   TopSep        0.7
  87.   BottomSep        0.7
  88.   ParSep        0
  89.   Align            Block
  90.   AlignPossible        Block
  91.   LabelType        Centered_Top_Environment
  92.   LabelString        Abstract
  93.   LabelBottomSep    0.5
  94.  
  95.   # standard font definition
  96.   Font 
  97.     Size        Small
  98.   EndFont
  99.  
  100.   # label font definition
  101.   LabelFont 
  102.     Series        Bold
  103.     Size        Large
  104.   EndFont
  105. End 
  106.  
  107. # Bibliography style definition
  108. Style Bibliography
  109.   Margin        First_Dynamic
  110.   LatexType        Item_Environment
  111.   LatexName        thebibliography
  112.   NextNoIndent        1
  113.   LeftMargin        MM
  114.   ParSkip        0.4
  115.   ItemSep        0
  116.   TopSep        0.7
  117.   BottomSep        0.7
  118.   ParSep        0.5
  119.   Align            Block
  120.   AlignPossible        Block, Left
  121.   LabelType        Bibliography
  122.   LabelString        References
  123.   LabelBottomSep    0.7
  124.  
  125.   # label font definition
  126.   LabelFont 
  127.     Series        Bold
  128.     Size        Larger
  129.   EndFont
  130. End
  131.