]> git.lyx.org Git - lyx.git/blob - lib/layouts/numarticle.inc
f0b6f35d9df6212952bfdbd7022993a6917dc3f7
[lyx.git] / lib / layouts / numarticle.inc
1 # Author : André Pönitz
2 # This include file contains label definitions for an article-like numbering.
3
4 Format 60
5
6 # appendix applies to sections.
7 Counter section
8         Within                "none"
9         LabelString               "\arabic{section}"
10         LabelStringAppendix   "\Alph{section}"
11 End