1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-15 20:50:56 +00:00

12 lines
280 B
PHP
Raw Normal View History

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