lyx_mirror/lib/layouts/numarticle.inc
Scott Kostyshak adefdf8eeb Revert "Update layouts"
This reverts commit 7c041af642.

We will hold this back until we fix the issue discussed here:

  https://marc.info/?l=lyx-devel&m=171733833610242&w=2
2024-06-03 10:37:02 -04:00

13 lines
298 B
PHP

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