]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/article.layout
Localize endnotes header (with endnotes.sty)
[lyx.git] / lib / layouts / article.layout
index 51cfbe69c7dbeb672a3169e0b84a3cccc9be57c2..cf2629b0bda1afb2e5b55faf23afaffc054e1b49 100644 (file)
@@ -1,28 +1,27 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{article}
+#  \DeclareLaTeXClass{Article (Standard Class)}
+#  \DeclareCategory{Articles}
 # Article textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by serveral developers.
 
-# Input general definitions
+Format 80
 Input stdclass.inc
 
-# There are no chapters in an article.
+SecNumDepth             3
+TocDepth                3
+
 NoStyle Chapter
+NoCounter chapter
 NoStyle Chapter*
 
-MaxCounter              Counter_Section
-SecNumDepth             3
-TocDepth                3
 
-# Change a bit Part and Part*
 Style Part
        Align                 Left
        AlignPossible         Left
        TopSep                2
        BottomSep             1.5
-
        Font
          Size                Larger
        EndFont
@@ -34,26 +33,7 @@ Style Part*
        AlignPossible         Left
        TopSep                2
        BottomSep             1.5
-
        Font
          Size                Larger
        EndFont
 End
-
-
-Style Section
-       LabelString           "\arabic{section}"
-       LabelStringAppendix   "\Alph{section}"
-End
-
-
-Style Subsection
-       LabelString           "@Section@.\arabic{subsection}"
-       LabelStringAppendix   "@Section@.\arabic{subsection}"
-End
-
-
-Style Subsubsection
-       LabelString           "@Subsection@.\arabic{subsubsection}"
-       LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
-End