lyx_mirror/lib/layouts/revtex.layout
André Pönitz 28f4beaefa cleanup stuff separated by Lars from the counter patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7754 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-15 14:29:22 +00:00

170 lines
3.2 KiB
Plaintext

#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{article (REVTeX)}
# RevTeX textclass definition file. Based on:
# AMS-Article textclass definition file. Taken from initial LyX source code
# and from the Article textclass definition file, following the AMS sample
# paper "testmath.tex" of January, 1995
# Author : David L. Johnson <dlj0@lehigh.edu> (AMS)
# Marc Mengel (RevTeX)
# Amir Karger (LyX v11.34 style modifications - using changes
# made by Jean-Marc Lasgouttes to amsart.layout)
# General textclass parameters
Columns 1
Sides 1
PageStyle Headers
MaxCounter Counter_Section
# Default textclass options. The user may need to modify this.
ClassOptions
Other "aps,manuscript"
End
Style Standard
Margin Static
LatexType Paragraph
LatexName dummy
ParIndent MM
ParSkip 0.4
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End
############### Sections.
Input stdsections.inc
# Redefine some of the section styles.
Style Section
Align Center
AlignPossible Block, Center, Left
Font
Series Medium
Shape Smallcaps
Size Large
EndFont
End
Style Subsection
Font
Series Bold
Size Normal
EndFont
End
Style Subsubsection
Font
Shape Italic
Size Normal
EndFont
End
Style Paragraph
TopSep 0.7
ParSep 0.4
Font
Shape Italic
Size Normal
EndFont
End
# then define the unumbered sections, based on the numbered ones.
Input stdstarsections.inc
# remove the layouts that do not make sense.
NoStyle Chapter
NoStyle Chapter*
NoStyle Subparagraph
NoStyle Subparagraph*
########### LAYOUTS quotes, etc.
Input stdlayouts.inc
########## LISTS
Input stdlists.inc
################ STRUCTURE OF THE DOCUMENT
Input stdtitle.inc
Input stdstruct.inc
Style Title
Font
Series Bold
Size Large
EndFont
End
# Same as stdstruct.inc except the font
Style Author
Font
Size Large
Shape Smallcaps
EndFont
End
Style Date
LabelType Static
LabelString "Date: "
LabelFont
Shape Italic
Size Large
EndFont
End
Style Address
Margin Dynamic
LatexType Command
InTitle 1
LatexName address
ParSkip 0.4
BottomSep 1.5
ParSep 1.5
Align Center
AlignPossible Block, Left, Right, Center
LabelType Static
LabelString "Address: "
LabelFont
Shape Italic
EndFont
End
Style Abstract
ItemSep 0.2
ParSep 0.3
Font
Size Normal
EndFont
LabelFont
Size Large
EndFont
End
Input stdfloats.inc
Input stdcounters.inc
### Finally a few obsolete definitions for compatibility
Input obsolete.inc
Style REVTEX_Title
ObsoletedBy Title
End