]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/article.layout
Packaging for acmart
[lyx.git] / lib / layouts / article.layout
index 5e117c430d764ad317fefd66d41192400a64b639..df547bfd03df1d4bff84bb6a16e7e8edc1bf106e 100644 (file)
@@ -1,40 +1,39 @@
 #% 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 63
 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
+       Align                 Left
+       AlignPossible         Left
+       TopSep                2
+       BottomSep             1.5
+       Font
+         Size                Larger
+       EndFont
 End
 
-Style Part*
-  Align                        Left
-  AlignPossible                Left
-  TopSep                2
-  BottomSep             1.5
 
-  Font
-    Size               Larger
-  EndFont
+Style Part*
+       Align                 Left
+       AlignPossible         Left
+       TopSep                2
+       BottomSep             1.5
+       Font
+         Size                Larger
+       EndFont
 End