lyx_mirror/lib/layouts/numarticle.inc
Martin Vermeer 8eb22fd082 Updated versions to 5; added stdinsets.inc where I felt confident
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19804 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-26 09:10:52 +00:00

17 lines
302 B
PHP

# Author : André Pönitz
# This include file contains label definitions for an article-like numbering.
Format 5
# appendix applies to sections.
Counter
Name section
Within "none"
LabelString "\arabic{section}"
LabelStringAppendix "\Alph{section}"
End