mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
13 lines
298 B
PHP
13 lines
298 B
PHP
# Author : André Pönitz
|
|
# This include file contains label definitions for an article-like numbering.
|
|
|
|
Format 105
|
|
|
|
# appendix applies to sections.
|
|
Counter section
|
|
GuiName Section
|
|
Within "none"
|
|
LabelString "\arabic{section}"
|
|
LabelStringAppendix "\Alph{section}"
|
|
End
|