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

  1. #% Do not delete the line below; configure depends on this
  2. #  \DeclareLaTeXClass{article}
  3. # Article textclass definition file. Taken from initial LyX source code
  4. # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
  5. # Transposed by Pascal AndrΘ <andre@via.ecp.fr>
  6. # Heavily modifed and enhanced by serveral developers.
  7.  
  8. # Input general definitions
  9. Input stdclass.inc
  10.  
  11. # There are no chapters in an article.
  12. NoStyle Chapter
  13. NoStyle Chapter*
  14.  
  15. MaxCounter        Counter_Section
  16. SecNumDepth        3
  17. TocDepth        3
  18.  
  19. # Change a bit Part and Part*
  20. Style Part
  21.   Align            Left
  22.   AlignPossible        Left
  23.   TopSep                2
  24.   BottomSep             1.5
  25.  
  26.   Font
  27.     Size        Larger
  28.   EndFont
  29. End
  30.  
  31. Style Part*
  32.   Align            Left
  33.   AlignPossible        Left
  34.   TopSep                2
  35.   BottomSep             1.5
  36.  
  37.   Font
  38.     Size        Larger
  39.   EndFont
  40. End
  41.