]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/apa.layout
Update layout format.
[lyx.git] / lib / layouts / apa.layout
index 5e1db0e06b87a0870f2faf824b78895b0dc43876..8f6888b4fe49771a6c15e885490672d34a0fc242 100644 (file)
@@ -2,7 +2,7 @@
 #  \DeclareLaTeXClass[apa,apacite.sty]{article (APA)}
 # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
 
-Format 2
+Format 27
 Columns                 1
 Sides                   1
 PageStyle               Headers
@@ -44,6 +44,7 @@ Style Title
          Size                Huge
        EndFont
        Align                 Center
+       HTMLTitle             true
 End
 
 
@@ -63,7 +64,6 @@ Style RightHeader
          Size                Small
        EndFont
        Align                 Right
-       AlignPossible         Right
 End
 
 
@@ -256,10 +256,22 @@ End
 Input stdlayouts.inc
 
 Style CenteredCaption
-       CopyStyle             Caption
+       Margin                First_Dynamic
+       LatexType             Command
+       LatexName             caption
+       NeedProtect           1
+       LabelSep              xx
+       ParSkip               0.4
+       TopSep                0.5
+       Align                 Center
+       LabelType             Sensitive
+       LabelString           "Senseless!"
+       OptionalArgs          1
+       LabelFont
+         Series              Bold
+       EndFont
        LatexName             centeredcaption
        Align                 Center
-       AlignPossible         Center
 End
 
 
@@ -277,18 +289,72 @@ End
 
 Input stdsections.inc
 Input stdstarsections.inc
+Input stdinsets.inc
 
 Input stdfloats.inc
 Input stdcounters.inc
 
 NoStyle Part
-NoStyle Section
-NoStyle Subsection
-NoStyle Subsubsection
+NoStyle Part*
 NoStyle Chapter
-NoStyle Paragraph
-NoStyle Subparagraph
 NoStyle Chapter*
+NoStyle Section*
+NoStyle Subsection*
+NoStyle Subsubsection*
+NoStyle Paragraph*
+NoStyle Subparagraph*
+
+
+Style Section
+       LabelType             No_Label
+       Align                 Center
+       Font
+         Series              Bold
+         Size                Huge
+       EndFont
+               TocLevel 1
+End
+
+
+Style Subsection
+       LabelType             No_Label
+       Font
+         Series              Bold
+         Size                Larger
+       EndFont
+               TocLevel 2
+End
+
+
+Style Subsubsection
+       LabelType             No_Label
+       Font
+         Series              Bold
+         Size                Large
+       EndFont
+               TocLevel 3
+End
+
+
+Style Paragraph
+       LabelType             No_Label
+       Font
+         Series              Bold
+         Size                Normal
+       EndFont
+               TocLevel 4
+End
+
+
+Style Subparagraph
+       LabelType             No_Label
+       Font
+         Series              Bold
+         Size                Normal
+         Shape               Italic
+       EndFont
+               TocLevel 5
+End
 
 
 Style Itemize
@@ -304,7 +370,7 @@ Style Itemize
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Static
+       LabelType             Itemize
        LabelString           "*"
 End