lyx_mirror/lib/layouts/numarticle.inc
Juergen Spitzmueller b124adbd38 Introduce listpreamble argument type
This uses the InsetArgument interface to provide access to a document
part hitherto inaccessible by LyX: the part between \begin and the first
\item in a list (where lengths and counters can be redefined, for
instance).

Fixes: #11098

File format change, layout format change
2018-08-17 10:22:32 +02:00

12 lines
280 B
PHP

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