]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/apa.layout
KOMA-script layout files: don't check for KOMA-script's internal dependencies, scrbas...
[lyx.git] / lib / layouts / apa.layout
index 30b97d836db1fe60f9a5c394dfbd46487d04797e..651a2ff8436a17f968bde75cdf194446d3f6fe37 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[apa,apacite.sty]{article (APA)}
+#  \DeclareLaTeXClass[apa,article,apacite.sty,endfloat.sty,endnotes.sty]{article (APA)}
 # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
 
-Format 5
+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
 
 
@@ -264,7 +264,6 @@ Style CenteredCaption
        ParSkip               0.4
        TopSep                0.5
        Align                 Center
-       AlignPossible         Center
        LabelType             Sensitive
        LabelString           "Senseless!"
        OptionalArgs          1
@@ -273,7 +272,6 @@ Style CenteredCaption
        EndFont
        LatexName             centeredcaption
        Align                 Center
-       AlignPossible         Center
 End
 
 
@@ -291,19 +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
@@ -319,7 +370,7 @@ Style Itemize
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Static
+       LabelType             Itemize
        LabelString           "*"
 End
 
@@ -339,6 +390,7 @@ Style Enumerate
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Enumerate
+       RefPrefix             enu
 End
 
 
@@ -360,5 +412,6 @@ Style Seriate
        LabelCounter          enumii
        LabelString           "(\alph{enumii})"
        LabelStringAppendix   "(\alph{enumii})"
+       RefPrefix             ser
 End