]> git.lyx.org Git - lyx.git/blob - lib/layouts/numarticle.inc
678fe24577b193abf4605f4c3930cede74fe913c
[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 9
5
6 # appendix applies to sections.
7 Counter
8         Name                  section
9         Within                "none"
10         LabelString               "\arabic{section}"
11         LabelStringAppendix   "\Alph{section}"
12 End
13
14
15
16