lyx_mirror/lib/layouts/numrevtex.inc

40 lines
925 B
PHP
Raw Normal View History

# Author : André Pönitz
# This include files contains label definitions for a article-like numbering.
2024-08-12 10:29:14 +00:00
Format 107
Style Section
2013-02-09 18:37:06 +00:00
LabelType Static
LabelCounter section
LabelString "\Roman{section}."
LabelStringAppendix "Appendix \Alph{section}:"
TocLevel 1
End
Style Subsection
2013-02-09 18:37:06 +00:00
LabelType Static
LabelCounter subsection
LabelString "\Alph{subsection}."
LabelStringAppendix "\arabic{subsection}."
TocLevel 2
End
Style Subsubsection
2013-02-09 18:37:06 +00:00
LabelType Static
LabelCounter subsubsection
LabelString "\arabic{subsubsection}."
LabelStringAppendix "\alph{subsubsection}."
TocLevel 3
End
Style Paragraph
2013-02-09 18:37:06 +00:00
LabelType Static
LabelCounter paragraph
LabelString "\alph{paragraph}."
LabelStringAppendix "\alph{paragraph}."
TocLevel 4
End