lyx_mirror/lib/layouts/numreport.inc

23 lines
431 B
PHP
Raw Normal View History

# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.
Format 4
Input numarticle.inc
Style Part
TocLevel -1
End
Style Chapter
LabelString "Chapter \arabic{chapter}"
LabelStringAppendix "Appendix \Alph{chapter}"
End
Style Section
LabelString "\arabic{chapter}.\arabic{section}"
LabelStringAppendix "\Alph{chapter}.\arabic{section}"
End