home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / lyx21041.zip / XFree86 / lib / X11 / lyx / layouts / stdclass.inc < prev    next >
Text File  |  1998-10-26  |  1KB  |  44 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 is a base layout which is designed to be included from other
  7. # ``standard'' layouts, like article and friends.
  8.  
  9. # General textclass parameters
  10. Columns            1
  11. Sides            1
  12. SecNumDepth        2
  13. TocDepth        2
  14.  
  15. # This is just to show how to declare the default font.
  16. # The defaults are exactly those shown here.
  17. DefaultFont
  18.   Family        Roman
  19.   Series        Medium
  20.   Shape            Up
  21.   Size            Normal
  22.   Color            None
  23. EndFont
  24.  
  25. # Standard style definition
  26. Style Standard
  27.   Margin          Static
  28.   LatexType         Paragraph
  29.   LatexName         dummy
  30.   ParIndent        MM
  31.   ParSkip         0.4
  32.   Align         Block
  33.   AlignPossible     Block, Left, Right, Center
  34.   LabelType         No_Label
  35. End
  36.  
  37. Input stdlists.inc
  38. Input stdsections.inc
  39. Input stdstarsections.inc
  40. Input stdstruct.inc
  41. Input lyxmacros.inc
  42. Input stdlayouts.inc
  43. Input obsolete.inc
  44.