]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numarticle.inc
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / numarticle.inc
index 2ffc2952f22baef0df97f8aed7f713b7137bb94a..a33c353671b6c98cf9e5d6cbafcb601eeccf9d25 100644 (file)
@@ -1,13 +1,12 @@
 # Author : André Pönitz
 # This include file contains label definitions for an article-like numbering.
 
-Format 8
+Format 11
 
 # appendix applies to sections.
-Counter
-       Name                  section
+Counter section
        Within                "none"
-       LabelString           "\arabic{section}"
+       LabelString               "\arabic{section}"
        LabelStringAppendix   "\Alph{section}"
 End