]> git.lyx.org Git - features.git/blobdiff - lib/layouts/apa.layout
Bump layout format
[features.git] / lib / layouts / apa.layout
index d55dc7162e5d47456c69a4b3ed27a9f52e0746e5..b4eb952e28e0f89125b57e1932bd6bbe48e1e3e2 100644 (file)
@@ -1,8 +1,9 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[apa,apacite.sty]{article (APA)}
+#  \DeclareLaTeXClass[apa,apacite.sty,endfloat.sty,endnotes.sty,flushend.sty,txfonts.sty]{American Psychological Association (APA)}
+#  \DeclareCategory{Articles}
 # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
 
-Format 8
+Format 42
 Columns                 1
 Sides                   1
 PageStyle               Headers
@@ -44,6 +45,7 @@ Style Title
          Size                Huge
        EndFont
        Align                 Center
+       HTMLTitle             true
 End
 
 
@@ -188,13 +190,6 @@ Style FourAffiliations
 End
 
 
-Style Journal
-       LatexName             journal
-       LatexType             Command
-       InTitle               1
-End
-
-
 Style Copyright
        LatexName             ccoppy
        LatexType             Command
@@ -202,22 +197,6 @@ Style Copyright
 End
 
 
-Style CopNum
-       LatexName             copnum
-       LatexType             Command
-       InTitle               1
-End
-
-
-Style Note
-       LatexName             note
-       LatexType             Command
-       Font
-         Size                Small
-       EndFont
-End
-
-
 Style Acknowledgements
        LatexName             acknowledgements
        LatexType             Command
@@ -265,7 +244,10 @@ Style CenteredCaption
        Align                 Center
        LabelType             Sensitive
        LabelString           "Senseless!"
-       OptionalArgs          1
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The caption as it appears in the list of figures/tables"
+       EndArgument
        LabelFont
          Series              Bold
        EndFont
@@ -294,8 +276,10 @@ Input stdfloats.inc
 Input stdcounters.inc
 
 NoStyle Part
+NoCounter part
 NoStyle Part*
 NoStyle Chapter
+NoCounter chapter
 NoStyle Chapter*
 NoStyle Section*
 NoStyle Subsection*
@@ -311,6 +295,7 @@ Style Section
          Series              Bold
          Size                Huge
        EndFont
+               TocLevel 1
 End
 
 
@@ -320,6 +305,7 @@ Style Subsection
          Series              Bold
          Size                Larger
        EndFont
+               TocLevel 2
 End
 
 
@@ -329,6 +315,7 @@ Style Subsubsection
          Series              Bold
          Size                Large
        EndFont
+               TocLevel 3
 End
 
 
@@ -338,6 +325,7 @@ Style Paragraph
          Series              Bold
          Size                Normal
        EndFont
+               TocLevel 4
 End
 
 
@@ -348,6 +336,7 @@ Style Subparagraph
          Size                Normal
          Shape               Italic
        EndFont
+               TocLevel 5
 End
 
 
@@ -364,8 +353,11 @@ Style Itemize
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Static
-       LabelString           "*"
+       LabelType             Itemize
+       Argument item:1
+               LabelString   "Custom Item|s"
+               Tooltip       "A customized item string"
+       EndArgument
 End
 
 
@@ -384,6 +376,11 @@ Style Enumerate
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Enumerate
+       RefPrefix             enu
+       Argument item:1
+               LabelString   "Custom Item|s"
+               Tooltip       "A customized item string"
+       EndArgument
 End
 
 
@@ -405,5 +402,6 @@ Style Seriate
        LabelCounter          enumii
        LabelString           "(\alph{enumii})"
        LabelStringAppendix   "(\alph{enumii})"
+       RefPrefix             ser
 End