]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numarticle.inc
new module and example file for chemical risk and safety statements; requires the...
[lyx.git] / lib / layouts / numarticle.inc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d46f0bee2e4935497ef5b725cc06d2cfb3d6bf87 100644 (file)
@@ -0,0 +1,11 @@
+# Author : André Pönitz
+# This include file contains label definitions for an article-like numbering.
+
+Format 35
+
+# appendix applies to sections.
+Counter section
+       Within                "none"
+       LabelString               "\arabic{section}"
+       LabelStringAppendix   "\Alph{section}"
+End