]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/AEA.layout
Update covington support in linguistics module (file format change)
[lyx.git] / lib / layouts / AEA.layout
index ffb475f492af32959b6ebfa11265d07488772446..843dac2a225090a4994fa5296d0df82a6ae9876d 100644 (file)
@@ -1,23 +1,25 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[AEA,amsmath.sty,harvard.sty,multicol.sty,setspace.sty]{article (American Economic Association)}
-# Author : Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#  \DeclareLaTeXClass[AEA,amsmath.sty,harvard.sty,multicol.sty,setspace.sty]{American Economic Association (AEA)}
+#  \DeclareCategory{Articles}
+# Authors : Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#           Uwe Stöhr <uwestoehr@web.de>
 
-Format 30
+Format 100
 Input stdclass.inc
+Input theorems-ams.module
 Input theorems-bytype.module
 Input theorems-ams-extended-bytype.module
 
 Provides amsthm 1
 
-Preamble
-       \usepackage{harvard}
-EndPreamble
-
 NoStyle                Part
+NoCounter      part
 NoStyle                Chapter
+NoCounter      chapter
 NoStyle                Paragraph
+NoCounter      paragraph
 NoStyle                Subparagraph
-NoStyle                SpecialSection
+NoCounter      subparagraph
 NoStyle                Part*
 NoStyle                Chapter*
 NoStyle                Section*
@@ -25,13 +27,11 @@ NoStyle             Subsection*
 NoStyle                Subsubsection*
 NoStyle                Paragraph*
 NoStyle                Subparagraph*
-NoStyle                SpecialSection*
 NoStyle                List
 NoStyle                LyX-Code
 NoStyle                Verse
 NoStyle                Address
 NoStyle                Right_Address
-NoStyle                Acknowledgement*
 NoStyle                Algorithm*
 NoStyle                Assumption*
 NoStyle                Axiom*
@@ -45,9 +45,6 @@ NoStyle               Note*
 NoStyle                Remark*
 NoStyle                Summary*
 
-ClassOptions
-       Other   draftmode
-End
 
 Style ShortTitle
        Category        FrontMatter
@@ -55,48 +52,132 @@ Style ShortTitle
        LatexName       shortTitle
        InTitle         1
        Align           Center
+       DocBookTag            titleabbrev
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 Style Publication_Month
        CopyStyle       ShortTitle
        LatexName       pubMonth
        Align           Left
-       Margin          Dynamic
-       LabelType       Static
-       LabelString     "Publication Month:"
-       LabelSep        M
+       Margin          Dynamic
+       LabelType       Static
+       LabelString     "Publication Month:"
+       LabelSep        M
        LabelFont
-         Color         Red
+         Color         textlabel3
        EndFont
+       DocBookTag            date
+       DocBookAttr           role='month'
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookNoFontInside   true
 End
 
 Style Publication_Year
        CopyStyle       Publication_Month
        LatexName       pubYear
-       LabelString     "Publication Year:"
+       LabelString     "Publication Year:"
+       DocBookTag            date
+       DocBookAttr           role='year'
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookNoFontInside   true
 End
 
 Style Publication_Volume
        CopyStyle       Publication_Month
        LatexName       pubVolume
-       LabelString     "Publication Volume:"
+       LabelString     "Publication Volume:"
+       DocBookTag            volumenum
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 Style Publication_Issue
        CopyStyle       Publication_Month
        LatexName       pubIssue
-       LabelString     "Publication Issue:"
+       LabelString     "Publication Issue:"
+       DocBookTag            issuenum
+       DocBookAttr           ""
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+End
+
+Style JEL
+       CopyStyle       Publication_Month
+       LatexName       JEL
+       LabelString     "JEL:"
+End
+
+Style Keywords
+       CopyStyle       Publication_Month
+       LatexName       Keywords
+       LabelString     "Keywords:"
+       DocBookTag         keyword
+       DocBookTagType     paragraph
+       DocBookWrapperTag  keywordset
+       DocBookInInfo      always
 End
 
 Style Abstract
        InTitle         1
 End
 
-Style Acknowledgement
+Style Acknowledgments
        Category        FrontMatter
-       LabelString     "Acknowledgement."
-       Preamble
-       EndPreamble
+       LatexType       Environment
+       Align           Left
+       Margin          Dynamic
+       LabelType       Static
+       LabelSep        M
+       LabelString     "Acknowledgments."
+       LatexName       acknowledgement
+       DocBookTag         para
+       DocBookAttr        ""
+       DocBookWrapperTag  acknowledgements
+       DocBookWrapperMergeWithPrevious  true
+End
+
+Style Figure_Notes
+       Margin          Static
+       LatexType       Environment
+       LatexName       figurenotes
+       Category        MainText
+       NextNoIndent    1
+       Argument 1
+         LabelString   "Figure Note"
+         Tooltip       "Text of a note in a figure"
+         DocBookTag  emphasis
+       EndArgument
+       LeftMargin      MMM
+       TopSep          0.5
+       BottomSep       0.5
+       Align           Left
+       LabelType       Static
+       LabelString     "Note:"
+       LabelSep        I
+       Font
+         Size          Small
+       EndFont
+       LabelFont
+         Shape         Italic
+         Size          Small
+       EndFont
+       DocBookTag         para
+       DocBookWrapperTag  note
+End
+
+Style Table_Notes
+       CopyStyle       Figure_Notes
+       LatexName       tablenotes
+       Argument 1
+         LabelString   "Table Note"
+         Tooltip       "Text of a note in a table"
+         Tooltip       "Text of a note in a figure"
+         DocBookTag  emphasis
+       EndArgument
 End
 
 Style Theorem
@@ -258,7 +339,7 @@ Style Caption
        LatexType       Command
        LatexName       QTR{caption}
        LabelCounter    caption
-       LabelString     "Caption: "
+       LabelString     "Caption:"
        LeftMargin      "Caption: "
        Align           Center
 End
@@ -269,10 +350,14 @@ Style Proof
 End
 
 Counter case
+       GuiName Case
 End
 Counter remark
+       GuiName Remark
 End
 Counter summary
+       GuiName Summary
 End
 Counter solution
+       GuiName Solution
 End