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

  1. #% Do not delete the line below; configure depends on this
  2. #  \DeclareLaTeXClass{article (REVTeX)}
  3. # RevTeX textclass definition file. Based on:
  4. # AMS-Article textclass definition file. Taken from initial LyX source code
  5. # and from the Article textclass definition file, following the AMS sample
  6. # paper "testmath.tex" of January, 1995
  7. # Author : David L. Johnson <dlj0@lehigh.edu> (AMS)
  8. #          Marc Mengel (RevTeX)
  9. #          Amir Karger (LyX v11.34 style modifications - using changes
  10. #                       made by Jean-Marc Lasgouttes to amsart.layout)
  11.  
  12. # General textclass parameters
  13. Columns            1
  14. Sides            1
  15. PageStyle        Headers
  16. MaxCounter        Counter_Section
  17.  
  18. # Default textclass options. The user may need to modify this.
  19. ClassOptions
  20.   Other            "aps,manuscript"
  21. End
  22.  
  23. # Standard style definition
  24. Style Standard
  25.   Margin          Static
  26.   LatexType         Paragraph
  27.   LatexName         dummy
  28.   ParIndent        MM
  29.   ParSkip         0.4
  30.   Align         Block
  31.   AlignPossible     Block, Left, Right, Center
  32.   LabelType         No_Label
  33. End
  34.  
  35. ############### Sections.
  36.  
  37. Input stdsections.inc
  38.  
  39. # Redefine some of the section styles.
  40.  
  41. # Section-numbered style definition
  42. Style Section
  43.   Align            Center
  44.   AlignPossible        Block, Center, Left
  45.  
  46.   # standard font definition
  47.   Font
  48.     Series         Medium
  49.     Shape        Smallcaps
  50.     Size        Large
  51.   EndFont
  52. End
  53.  
  54. # Subsection-numbered style definition
  55. Style Subsection
  56.   # standard font definition
  57.   Font
  58.     Series         Bold
  59.     Size        Normal
  60.   EndFont
  61. End
  62.  
  63. # Subsubsection-numbered style definition
  64. Style Subsubsection
  65.   # standard font definition
  66.   Font
  67.     Shape          Italic
  68.     Size        Normal
  69.   EndFont
  70. End
  71.  
  72. # Paragraph-numbered style definition
  73. Style Paragraph
  74.   TopSep        0.7
  75.   ParSep        0.4
  76.  
  77.   # standard font definition
  78.   Font
  79.     Shape          Italic
  80.     Size        Normal
  81.   EndFont
  82. End
  83.  
  84. # then define the unumbered sections, based on the numbered ones.
  85. Input stdstarsections.inc
  86.  
  87. # remove the layouts that do not make sense.
  88. NoStyle         Chapter
  89. NoStyle         Chapter*
  90. NoStyle        Subparagraph
  91. NoStyle        Subparagraph*
  92.  
  93. ########### LAYOUTS quotes, etc.
  94. Input stdlayouts.inc
  95.  
  96. ########## LISTS
  97. Input stdlists.inc
  98.  
  99. ################ STRUCTURE OF THE DOCUMENT
  100. Input stdstruct.inc
  101.  
  102. # Title style definition
  103. Style Title
  104.   # standard font definition
  105.   Font
  106.     Series         Bold
  107.     Size        Large
  108.   EndFont
  109. End
  110.  
  111. # Author style definition
  112. # Same as stdstruct.inc except the font
  113. Style Author
  114.   # standard font definition
  115.   Font
  116.     Size        Large
  117.     Shape        Smallcaps
  118.   EndFont
  119. End
  120.  
  121. # Date style definition
  122. Style Date
  123.   LabelType        Static
  124.   LabelString        "Date: "
  125.  
  126.   # standard font definition
  127.   LabelFont
  128.     Shape        Italic
  129.     Size        Large
  130.   EndFont
  131. End
  132.  
  133. # Address style definition
  134. Style Address
  135.   Margin        Dynamic
  136.   LatexType        Command
  137.   InTitle        1
  138.   LatexName        address
  139.   ParSkip        0.4
  140.   BottomSep        1.5
  141.   ParSep        1.5
  142.   Align            Center
  143.   AlignPossible        Block, Left, Right, Center
  144.   LabelType        Static
  145.   LabelString           "Address: "
  146.  
  147.   LabelFont
  148.     Shape        Italic
  149.   EndFont
  150. End  
  151.  
  152. # Abstract style definition
  153. Style Abstract 
  154.   ItemSep        0.2
  155.   ParSep        0.3
  156.  
  157.   # standard font definition
  158.   Font
  159.     Size        Normal
  160.   EndFont
  161.  
  162.   # label font definition
  163.   LabelFont
  164.     Size        Large
  165.   EndFont
  166. End 
  167.  
  168. ### Finally a few obsolete definitions for compatibility
  169. Input obsolete.inc
  170.  
  171. Style REVTEX_Title
  172.   ObsoletedBy        Title
  173. End
  174.