]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numarticle.inc
Support for beamer block arguments (#3280)
[lyx.git] / lib / layouts / numarticle.inc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9b6468119332891a371fcd24354293a974f0c43b 100644 (file)
@@ -0,0 +1,11 @@
+# Author : André Pönitz
+# This include file contains label definitions for an article-like numbering.
+
+Format 41
+
+# appendix applies to sections.
+Counter section
+       Within                "none"
+       LabelString               "\arabic{section}"
+       LabelStringAppendix   "\Alph{section}"
+End